/* Design tokens — Shepherd Park Plaza Civic Club (new site) */
:root {
  --font-display: "Fraunces", "Palatino Linotype", Georgia, serif;
  --font-body: "DM Sans", "Segoe UI", system-ui, sans-serif;

  --c-bg: #efe6dc;
  --c-surface: #fffaf5;
  --c-ink: #1a1220;
  --c-muted: #5a5160;
  --c-plum: #3a2842;
  --c-plum-deep: #24182c;
  --c-accent: #c75b4a;
  --accent-ring: rgba(199, 91, 74, 0.45);
  --c-gold: #b8922e;
  --c-line: rgba(26, 18, 32, 0.12);
  --c-success: #1d6b5e;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: clamp(1.25rem, 4vw, 2.5rem);
  --space-lg: clamp(2rem, 6vw, 4rem);
  --space-xl: clamp(3rem, 10vw, 6rem);

  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;

  --shadow: 0 16px 48px rgba(26, 18, 32, 0.09);
  --shadow-soft: 0 4px 24px rgba(26, 18, 32, 0.06);

  --content: min(72rem, 100% - 2rem);
  --header-z: 100;

  color-scheme: light;
}
