/* Auto-generated by build.py from site.json — do not edit manually */

:root {
  /* --- Brand Colors --- */
  --color-primary: #7E22CE;
  --color-primary-dark: #581C87;
  --color-accent: #C084FC;
  --color-background: #FAF5FF;
  --color-text: #2E1065;
  --color-surface: #FFFFFF;

  /* --- Typography --- */
  --font-heading: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  --font-body: 'Lora', Georgia, 'Times New Roman', serif;

  /* --- Shape --- */
  --border-radius: 8px;

  /* --- Spacing Scale --- */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;

  /* --- Layout --- */
  --max-width: 1200px;
  --nav-height: 64px;
}
