/*======================================
  *** Colors ***
======================================*/

:root {
  --dark-red: #6e0c1d;
  --light-red: #ee7465;
  --black: #0b0c10;
  --gold: #bfa888;
  --dark-grey: #5b666f;
  --light-grey: #e9e9e9;
  --white: #ffffff;
}

/*======================================
  *** Layout ***
======================================*/

:root {
  --border-radius: 2px;
}

/*======================================
  *** Text ***
======================================*/

:root {
  --small-text: clamp(0.875rem, 1.2vw, 1rem);
  --small-text-medium: normal 500 clamp(0.875rem, 1.2vw, 1rem) / 1.65
      "ct_font_helvetica__roman",
    Sans-Serif;
  --text: clamp(1rem, 2vw, 1.125rem);
  --h2: clamp(1.75rem, 3vw, 2.125rem);
  --h3: clamp(1.5rem, 2.5vw, 1.75rem);
  --h5: normal 500 clamp(1.125rem, 1.5vw, 1.25rem) / 1.5
      "ct_font_futura__medium",
    Sans-Serif;
}
