:root {
  --color-background: #F5F0E7;
  --color-surface: #FFFDF9;
  --color-primary: #2B2926;
  --color-secondary: #8B735A;
  --color-canvas: #F5F0E7;
  --color-canvas-alt: color-mix(in srgb, #F5F0E7 88%, #FFFDF9);
  --color-surface-raised: color-mix(in srgb, #FFFDF9 92%, #F5F0E7);
  --color-surface-strong: color-mix(in srgb, #2B2926 10%, #FFFDF9);
  --color-surface-floating: color-mix(in srgb, #FFFDF9 82%, #F5F0E7);
  --color-text: #2B2926;
  --color-text-muted: color-mix(in srgb, #2B2926 70%, #F5F0E7);
  --color-label: color-mix(in srgb, #8B735A 76%, #2B2926 24%);
  --color-accent: #8B735A;
  --color-accent-soft: color-mix(in srgb, #8B735A 28%, transparent);
  --color-line-soft: color-mix(in srgb, #2B2926 14%, transparent);
  --color-line-strong: color-mix(in srgb, #8B735A 34%, #2B2926 10%);
  --color-ornament: #8B735A;
  --color-selection: color-mix(in srgb, #8B735A 30%, transparent);
  --font-display: Cormorant Garamond;
  --font-heading: Cormorant Garamond;
  --font-body: Source Sans 3;
  --font-label: Source Sans 3;
  --font-weight-display: 400;
  --font-weight-heading: 500;
  --font-weight-body: 400;
  --font-weight-label: 600;
  --tracking-display: -0.03em;
  --tracking-heading: -0.02em;
  --tracking-label: 0.12em;
  --line-height-body: 1.7;
  --radius-card: 1.25rem;
  --radius-media: 1rem;
  --radius-control: 999px;
  --radius-pill: 999px;
  --radius-portrait: 999px;
  --page-max-width: 72rem;
  --page-reading-width: 44rem;
  --measure-reading: 44rem;
  --space-section: 6.5rem;
  --space-module-gap: 1.8rem;
  --space-module-padding: 1.9rem;
  --duration-fast: 180ms;
  --duration-calm: 400ms;
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-soft: 0 20px 50px rgba(20, 20, 20, 0.08);
  --shadow-glow: 0 0 0 rgba(0, 0, 0, 0);
  --divider-thread: linear-gradient(90deg, transparent 0%, var(--color-ornament) 18%, var(--color-ornament) 82%, transparent 100%);
  --button-primary-bg: #2B2926;
  --button-primary-color: #FFFDF9;
  --button-primary-border: #2B2926;
  --button-secondary-bg: transparent;
  --button-secondary-color: #2B2926;
  --button-secondary-border: color-mix(in srgb, #2B2926 14%, transparent);
  --button-link-color: #8B735A;
  --input-bg: #FFFDF9;
  --input-border: color-mix(in srgb, #2B2926 14%, transparent);
  --input-text: #2B2926;
  --input-focus: #8B735A;
}
