/* 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:    #0f0a00;
  --color-secondary:  #1f1500;
  --color-accent:     #f59e0b;
  --color-bg:         #fffef5;
  --color-bg-alt:     #fefce8;
  --color-text:       #0f0a00;
  --color-header-bg:  #0f0a00;
  --color-btn-bg:     #f59e0b;
  --font-body:        Georgia,serif;
  --font-heading:     'Merriweather',Georgia,serif;
  --radius:           4px;
  --radius-lg:        10px;
  --layout:           sidebar;
}
