/* =============================================================
   GINISI PLUMBING — BLUE theme (override).
   Loaded AFTER site.css only when the generator is run with
   --theme blue. Swaps the accent slot from copper to a calm trade
   blue; the slate base, type and layout are untouched.
   Contrast (WCAG): --accent on slate-900 = 5.5:1, --accent-ink on
   --accent = 5.7:1, --accent-lt on slate-900 = 8.3:1.
   ============================================================= */
:root {
  --accent: #4d8fe0;
  --accent-lt: #7fb2ef;
  --accent-dk: #2c62b3;
  --accent-ink: #061020;
  --accent-shadow: #2a5aa3;
  --accent-hi: #5f9be6;
  --patina-mid: #4d91b3;
}
