/* 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:    #431407;
  --color-secondary:  #7c2d12;
  --color-accent:     #ea580c;
  --color-bg:         #fffbeb;
  --color-bg-alt:     #fef3c7;
  --color-text:       #292524;
  --color-header-bg:  #431407;
  --color-btn-bg:     #ea580c;
  --font-body:        Georgia,serif;
  --font-heading:     Georgia,serif;
  --radius:           2px;
  --radius-lg:        4px;
  --layout:           centered;
}
