:root {
  color-scheme: light;
  --font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: var(--font-sans);
  --color-ink: #302720;
  --color-ink-soft: #675d54;
  --color-muted: #887b70;
  --color-border: #e4dacf;
  --color-border-strong: #cfbead;
  --color-canvas: #f6f2ec;
  --color-surface: #fffdf9;
  --color-surface-soft: #eee8df;
  --color-primary-950: #2f202a;
  --color-primary-900: #432c3a;
  --color-primary-800: #5a3a4e;
  --color-primary-700: #70495f;
  --color-primary-600: #895f75;
  --color-primary-100: #eadde5;
  --color-primary-50: #f7f0f4;
  --color-accent: #c39a60;
  --color-accent-soft: #f4e9d8;
  --color-secondary: #39756d;
  --color-secondary-soft: #e5f0ed;
  --color-warm: #c86f5f;
  --color-warm-soft: #fae9e4;
  --color-success: #39705c;
  --color-success-soft: #e8f2ec;
  --color-warning: #8a6129;
  --color-warning-soft: #fbf0dc;
  --color-danger: #a34f56;
  --color-danger-soft: #f8e7e8;
  --theme-browser-color: #5a3a4e;
  --color-sidebar: #eee7dd;
  --color-sidebar-border: #ded2c5;
  --color-sidebar-panel: rgb(255 253 249 / 0.68);
  --color-sidebar-panel-border: #dbcdbf;
  --color-sidebar-label: #9b7d68;
  --color-sidebar-link: #64594f;
  --color-sidebar-active-bg: #fffaf4;
  --color-sidebar-active-border: #ddcdbd;
  --color-sidebar-active-ink: #432c3a;
  --color-sidebar-glyph-bg: rgb(255 253 249 / 0.58);
  --color-sidebar-footer-border: #d9ccbe;
  --color-topbar: rgb(255 253 249 / 0.9);
  --color-mobile-nav: rgb(255 253 249 / 0.97);
  --color-scrim: rgb(47 32 42 / 0.5);
  --color-on-primary: #ffffff;
  --color-warning-border: #e4cfad;
  --color-accent-border: #dfcdb8;
  --focus-ring-shadow: 0 0 0 3px rgb(137 95 117 / 0.14);
  --shadow-primary: 0 8px 20px rgb(90 58 78 / 0.18);
  --shadow-xs: 0 1px 2px rgb(61 40 43 / 0.05);
  --shadow-sm: 0 12px 34px rgb(61 40 43 / 0.07);
  --shadow-md: 0 26px 64px rgb(61 40 43 / 0.13);
  --radius-sm: 0.55rem;
  --radius-md: 0.8rem;
  --radius-lg: 1.1rem;
  --radius-xl: 1.55rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --max-content: 1200px;
  --sidebar-width: 16.5rem;
  --topbar-height: 4.5rem;
  --transition-fast: 150ms ease;
  --transition-base: 220ms ease;
}
