:root {
  /* colors */
  --offblack: #140f10;
  --offwhite: #f7f7e7;
  --red-contrast-color: #f6112d;
  --gray-support-color: #806b6f;
  --gray-support-color-light: #ab9c9f; /* #806b6faa / rgb(50.2% 42% 43.5% / 66.7%) */
  --gray-support-color-extra-light: #eeebec;
  --gray-support-color-white: #faf8f9;
  --red-support-color: #b50d20;
  --red-support-color-dark: #690713;
  --blue-support-color: #0654bf;
  --purple-support-color: #494a9e;
}
