@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/SourceSerif4-Variable-Roman.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/GeistMono-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-display: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-ui: "Geist", Inter, "Segoe UI", Arial, sans-serif;
  --font-mono: "Geist Mono", "SFMono-Regular", Consolas, monospace;

  --page-bg: #fbfaf5;
  --surface: #fffefa;
  --surface-soft: #f7f1e8;
  --ink: #082b42;
  --ink-muted: #5f707b;
  --line: #e4e1da;
  --teal: #087e87;
  --teal-dark: #075968;
  --sand: #e7c49a;
  --warning: #d98643;
  --critical: #e9573f;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 12px 32px color-mix(in srgb, var(--ink) 3.5%, transparent);

  --container: 1728px;
  --gutter: clamp(24px, 3vw, 48px);
  --section-space: clamp(44px, 2.8vw, 48px);
  --header-height: 96px;
}
