@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-variable.woff2?v=20260825-1") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/jetbrains-mono-latin-variable.woff2?v=20260825-1") format("woff2");
}

:root {
  color-scheme: light;

  --navy-950: #071820;
  --navy-900: #0b202a;
  --navy-850: #102b36;
  --navy-800: #173744;
  --navy-700: #28505d;
  --ink-950: #102129;
  --ink-800: #273e48;
  --ink-650: #3d555e;
  --ink-500: #526970;
  --ink-350: #65797f;

  --paper: #f2f5ed;
  --paper-deep: #e5ebe2;
  --surface: #ffffff;
  --surface-raised: #fbfcf9;
  --surface-muted: #f2f5ef;
  --surface-dark: #0d252f;

  --teal-700: #006d63;
  --teal-600: #008d80;
  --teal-500: #00ae9b;
  --teal-300: #51dfcf;
  --teal-100: #c9f6ef;
  --teal-50: #e9fbf7;
  --signal: #baf23d;
  --signal-strong: #8ed21f;
  --signal-soft: #efffc3;
  --coral: #ff7057;

  --success: #047849;
  --success-soft: #e5f5ec;
  --warning: #985900;
  --warning-soft: #fff4d7;
  --danger: #c83249;
  --danger-soft: #fcebee;
  --info: #096c9a;
  --info-soft: #e7f3f8;

  --line: rgb(16 33 41 / 11%);
  --line-strong: rgb(16 33 41 / 20%);
  --line-dark: rgb(255 255 255 / 11%);

  --font-sans: "Manrope", "Segoe UI Variable", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.35rem;
  --text-2xl: clamp(1.75rem, 3vw, 2.65rem);
  --text-display: clamp(2.75rem, 6vw, 5.35rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --radius-xs: 0.45rem;
  --radius-sm: 0.7rem;
  --radius-md: 1rem;
  --radius-lg: 1.4rem;
  --radius-xl: 2rem;
  --radius-round: 999px;

  --shadow-xs: 0 1px 2px rgb(7 24 32 / 5%);
  --shadow-sm: 0 1px 2px rgb(7 24 32 / 6%), 0 12px 32px rgb(7 24 32 / 5%);
  --shadow-md: 0 22px 60px rgb(7 24 32 / 12%);
  --shadow-dark: 0 24px 74px rgb(0 0 0 / 26%);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --duration-fast: 140ms;
  --duration-medium: 220ms;

  --header-height: 4.75rem;
  --content-width: 88rem;
  --content-gutter: clamp(1rem, 3.4vw, 3rem);
}
