/* theme-vars.css — per-theme design token overrides
   This file is replaced by the generator for each theme.
   Imported last so it overrides main.css :root defaults.   */
:root {
  --color-primary:    #4a1d96;
  --color-secondary:  #5b21b6;
  --color-accent:     #c084fc;
  --color-bg:         #faf5ff;
  --color-bg-alt:     #ede9fe;
  --color-text:       #2e1065;
  --color-header-bg:  #4a1d96;
  --color-btn-bg:     #c084fc;
  --font-body:        system-ui,sans-serif;
  --font-heading:     'Quicksand',system-ui,sans-serif;
  --radius:           20px;
  --radius-lg:        32px;
  --layout:           centered;
}
