:root {
  --red: #cb2034;
  --white: #ffffff;
  --gray: #C4C4C4;
  --dark-gray: #919395;
}

.r-red {
  color: var(--red);
}

