@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-navy-950: #001830;
  --color-navy-900: #00223f;
  --color-navy-800: #07385f;
  --color-gold-500: #f8b040;
  --color-gold-600: #df9422;
  --color-gold-text: #8a5700;
  --color-white: #ffffff;
  --color-surface: #f5f7fa;
  --color-border: #d9e0e8;
  --color-text: #001830;
  --color-text-muted: #4a5968;
  --color-success: #166534;
  --color-error: #b42318;
  --color-focus: #07385f;
  --color-success-soft: rgb(22 101 52 / 10%);
  --color-error-soft: rgb(180 35 24 / 9%);
  --color-gold-soft: rgb(248 176 64 / 15%);
  --color-white-soft: rgb(255 255 255 / 78%);
  --color-navy-overlay: rgb(0 24 48 / 86%);

  --font-heading: "Manrope", sans-serif;
  --font-body: "Inter", sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
  --text-display: clamp(2.5rem, 1.75rem + 3vw, 3.5rem);

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-section: clamp(6rem, 8vw, 7.5rem);

  --radius-button: 0.75rem;
  --radius-card: 1rem;
  --radius-image: 1rem;
  --radius-pill: 999px;

  --border-width: 1px;
  --control-height: 3.5rem;
  --icon-size-sm: 1.5rem;
  --icon-size-md: 3rem;
  --icon-size-lg: 4rem;
  --media-ratio-project: 4 / 3;
  --measure-text: 42rem;

  --shadow-1: 0 8px 24px rgb(0 24 48 / 8%);
  --shadow-2: 0 14px 38px rgb(0 24 48 / 14%);
  --shadow-3: 0 24px 64px rgb(0 24 48 / 18%);

  --container-max: 80rem;
  --container-content: 75rem;
  --gutter: clamp(1rem, 3vw, 1.5rem);
  --header-height: 5rem;
  --transition-fast: 200ms ease;
  --transition-base: 250ms ease;
  --focus-ring: 0 0 0 2px var(--color-white), 0 0 0 5px var(--color-focus);
}
