/* Adapt OS tokens. Generated from the design system's tokens.json; edit there, not here. */
@font-face{font-family:"Space Grotesk";src:url("../fonts/space-grotesk-latin.87c506d88b9f.woff2") format("woff2");font-weight:300 700;font-style:normal;font-display:swap;}
@font-face{font-family:"DM Sans";src:url("../fonts/dm-sans-latin.7c87a648293f.woff2") format("woff2");font-weight:100 1000;font-style:normal;font-display:swap;}
@font-face{font-family:"IBM Plex Mono";src:url("../fonts/ibm-plex-mono-latin.79936b18df9f.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Instrument Serif";src:url("../fonts/instrument-serif-latin.9b8dd1ecf641.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
:root {
  --bg: #0B1410;
  --surface-1: #122019;
  --surface-2: #1A2B21;
  --text: #F4F5EC;
  --text-muted: #A0B2A4;
  --accent: #A9E875;
  --on-accent: #111111;
  --border: #293B31;
  --focus-ring: var(--accent);
  --space-btn-y: 5px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-section: 96px;
  --radius-sm: 5px;
  --radius-md: 7px;
  --radius-button-secondary: 11px;
  --radius-lg: 12px;
  --opacity-watermark: 0.07;
  --font-display: "Space Grotesk", "DM Sans", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --font-serif: "Instrument Serif", Georgia, serif;
  color-scheme: dark;
}
