/* GENERATED from site.config.json by build.js — edit the config, not this file */
:root, [data-theme="light"] {
  --color-bg: #f7f6f2;
  --color-surface-2: #ffffff;
  --color-divider: #dcd9d5;
  --color-border: #d4d1ca;
  --color-text: #28251d;
  --color-text-muted: #7a7974;
  --color-primary: #01696f;
  --color-primary-hover: #0c4e54;
  --color-primary-soft: #cedcd8;
  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;
}
[data-theme="dark"] {
  --color-bg: #141312;
  --color-surface-2: #1f1e1c;
  --color-divider: #2a2826;
  --color-border: #343230;
  --color-text: #cccac7;
  --color-text-muted: #8b897f;
  --color-primary: #4f98a3;
  --color-primary-hover: #6fb3bd;
  --color-primary-soft: #2b3838;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
  --color-bg: #141312;
  --color-surface-2: #1f1e1c;
  --color-divider: #2a2826;
  --color-border: #343230;
  --color-text: #cccac7;
  --color-text-muted: #8b897f;
  --color-primary: #4f98a3;
  --color-primary-hover: #6fb3bd;
  --color-primary-soft: #2b3838;
  }
}
