/* 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:    #172b4d;
  --color-secondary:  #2b4c7e;
  --color-accent:     #e76f51;
  --color-bg:         #ffffff;
  --color-bg-alt:     #f3f4f6;
  --color-text:       #17212e;
  --color-header-bg:  #172b4d;
  --color-btn-bg:     #e76f51;
  --font-body:        system-ui,sans-serif;
  --font-heading:     'Archivo',system-ui,sans-serif;
  --radius:           4px;
  --radius-lg:        8px;
  --layout:           wide;
}
