/* 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:    #0a0014;
  --color-secondary:  #14001e;
  --color-accent:     #e879f9;
  --color-bg:         #fdf4ff;
  --color-bg-alt:     #fae8ff;
  --color-text:       #0a0014;
  --color-header-bg:  #0a0014;
  --color-btn-bg:     #e879f9;
  --font-body:        system-ui,sans-serif;
  --font-heading:     'Oxanium',system-ui,sans-serif;
  --radius:           10px;
  --radius-lg:        20px;
  --layout:           centered;
}
