/* 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:    #321b2b;
  --color-secondary:  #5a3147;
  --color-accent:     #2f9e88;
  --color-bg:         #ffffff;
  --color-bg-alt:     #f7f5f6;
  --color-text:       #241b21;
  --color-header-bg:  #321b2b;
  --color-btn-bg:     #2f9e88;
  --font-body:        Arial,sans-serif;
  --font-heading:     'Fraunces',Georgia,serif;
  --radius:           6px;
  --radius-lg:        12px;
  --layout:           wide;
}
