/* 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:    #1c0a00;
  --color-secondary:  #3d1a00;
  --color-accent:     #b45309;
  --color-bg:         #fffbeb;
  --color-bg-alt:     #fef3c7;
  --color-text:       #1c0a00;
  --color-header-bg:  #1c0a00;
  --color-btn-bg:     #b45309;
  --font-body:        Georgia,serif;
  --font-heading:     'Cinzel',Georgia,serif;
  --radius:           0px;
  --radius-lg:        2px;
  --layout:           centered;
}
