:root {
  --bg:        #f1ede4;
  --bg-elev:   #faf7ef;
  --fg:        #2c2823;
  --fg-muted:  #7a7269;
  --fg-soft:   #a89e92;
  --gold:      #b89b5e;
  --gold-soft: rgba(184, 155, 94, 0.18);
  --border:    rgba(44, 40, 35, 0.12);
  --border-strong: rgba(44, 40, 35, 0.22);
  --error:     #b3503a;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-ui:      'DM Sans', -apple-system, sans-serif;
  --font-mono:    'DM Mono', ui-monospace, monospace;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;

  --t-fast:   0.15s;
  --t-normal: 0.3s;
  --t-slow:   0.8s;

  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 12px;
}
