/* GENERATED from design-tokens.json — do not edit. Rebuild with: node scripts/generate-theme-json.js */

:root {
  color-scheme: light dark;

  --sans: ui-sans-serif,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --serif: ui-serif,Georgia,"Iowan Old Style","Times New Roman",serif;
  --mono: ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace;

  --fs-xs: 12.5px;
  --fs-sm: 14px;
  --fs-base: 16.5px;
  --fs-md: 18.5px;
  --fs-lg: 21px;
  --fs-xl: 26px;
  --fs-2xl: 33px;
  --fs-3xl: 42px;

  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;

  --page: 1060px;
  --measure: 66ch;
  --radius: 3px;
  --radius-lg: 6px;
  --accent-w: 3px;

  --bg: #FBFAF7;
  --surface: #FFFFFF;
  --surface-2: #F3F1EC;
  --ink: #191815;
  --ink-2: #48453F;
  --ink-3: #6F6B63;
  --rule: #E0DCD3;
  --rule-2: #C4BFB4;
  --accent: #0F5147;
  --accent-2: #0A3A33;
  --accent-soft: #E7EFEC;
  --terminal: #26251F;
  --flag-soft: #F6F1E4;
  --p-d-line: #2563EB;
  --p-d-text: #1D4ED8;
  --p-r-line: #DC2626;
  --p-r-text: #C11C1C;
  --p-i-line: #7C3AED;
  --p-i-text: #6D28D9;
  --p-l-line: #F59E0B;
  --p-l-text: #8A5200;
  --p-n-line: #6B7280;
  --p-n-text: #5B6169;
}

/* Dark by system preference — unless the reader has forced light. */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
  --bg: #111210;
  --surface: #191A17;
  --surface-2: #22231F;
  --ink: #EFEDE7;
  --ink-2: #C1BEB6;
  --ink-3: #928E86;
  --rule: #31322D;
  --rule-2: #4C4D46;
  --accent: #7ECAB8;
  --accent-2: #A6DDCE;
  --accent-soft: #17231F;
  --terminal: #E8E6DF;
  --flag-soft: #231F16;
  --p-d-line: #7DA5FF;
  --p-d-text: #9DBBFF;
  --p-r-line: #FF8B7A;
  --p-r-text: #FFA695;
  --p-i-line: #B694FF;
  --p-i-text: #C7AEFF;
  --p-l-line: #F5B84E;
  --p-l-text: #F0C377;
  --p-n-line: #9AA0A8;
  --p-n-text: #AFB4BB;
  }
}

/* Dark by explicit choice, from the footer toggle. */
:root[data-theme="dark"] {
  --bg: #111210;
  --surface: #191A17;
  --surface-2: #22231F;
  --ink: #EFEDE7;
  --ink-2: #C1BEB6;
  --ink-3: #928E86;
  --rule: #31322D;
  --rule-2: #4C4D46;
  --accent: #7ECAB8;
  --accent-2: #A6DDCE;
  --accent-soft: #17231F;
  --terminal: #E8E6DF;
  --flag-soft: #231F16;
  --p-d-line: #7DA5FF;
  --p-d-text: #9DBBFF;
  --p-r-line: #FF8B7A;
  --p-r-text: #FFA695;
  --p-i-line: #B694FF;
  --p-i-text: #C7AEFF;
  --p-l-line: #F5B84E;
  --p-l-text: #F0C377;
  --p-n-line: #9AA0A8;
  --p-n-text: #AFB4BB;
}
