/* ==========================================================================
   brand.css — AUTO-GENERATED PER CLIENT by generator.py
   These custom-property overrides are injected from brand_data.json colors
   and fonts. This file ships with Jinja2 placeholders; the generator writes
   the resolved values. The template default palette lives in base.css :root.
   ========================================================================== */

:root {
  /* Colors — from brand_data.json "colors" */
  --brand-primary: #0d6efd;
  --brand-secondary: #212529;
  --brand-accent: #dc3545;
  --brand-accent-dark: #b42b38;
  --brand-dark: #1f2937;
  --brand-light: #f3f4f6;

  /* Fonts — from brand_data.json "fonts" (Google Fonts) */
  --font-heading: 'bootstrap-icons', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'bootstrap-icons!important', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
