/* Generated from the Imperial Bridge design system tokens.json. */
:root, [data-theme="graphite"] {
  --canvas: #121414;
  --surface-raised: #1b1e1d;
  --surface-sunken: #0b0d0c;
  --panel: #163a2b;
  --emerald: #2e6a4f;
  --sage: #7f9d8b;
  --ink: #ece8df;
  --ink-muted: #aeb3ae;
  --ink-faint: #878d89;
  --on-panel: #ece8df;
  --on-panel-muted: #a9b6ac;
  --accent-on-panel: #9fd6b5;
  --accent: #9fd6b5;
  --accent-soft: #1a2b22;
  --on-accent: #121414;
  --line: #2a2e2c;
  --line-strong: #646b67;
  --danger: #e59478;
  --success: #9ccfab;
  --link: var(--accent);
  --shadow-float: 0 24px 60px -12px #000000cc;
  --focus-ring: 0 0 0 2px #121414, 0 0 0 4px #9fd6b5;
}
[data-theme="ivory"] {
  --canvas: #f3efe4;
  --surface-raised: #fbf8f1;
  --surface-sunken: #e9e3d4;
  --sage: #4f7d62;
  --ink: #0d1f17;
  --ink-muted: #46564c;
  --ink-faint: #5b6860;
  --on-panel: #ece6d8;
  --accent: #1f6a47;
  --accent-soft: #dcebe0;
  --on-accent: #fbf8f1;
  --line: #d8d0bd;
  --line-strong: #7c7665;
  --danger: #a3402a;
  --success: #2c6a45;
  --link: var(--accent);
  --shadow-float: 0 24px 60px -16px #0d1f1740;
  --focus-ring: 0 0 0 2px #f3efe4, 0 0 0 4px #1f6a47;
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-36: 144px;
  --radius-none: 0;
  --radius-xs: 2px;
  --radius-pill: 999px;
  --container-max: 1280px;
  --measure: 36rem;
  --gutter-sm: 20px;
  --gutter-lg: 56px;
  --header-h: 76px;
  --font-serif: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  --font-sans: Manrope, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
}
