/* Shared brand tokens for every public page.
   Load before the page's own <style> so pages can override.

   Superset of what the pages previously declared inline: index/hvac-plumbing/blog
   declared all of these; typeform_page/gbp_typeform/terms_of_service declared only
   --brand-400/500/600 and --glow-rgb. Values were identical wherever both declared
   them, so the extra vars are inert on those three pages.

   Change a brand colour HERE — this is the only definition. */
:root {
    --brand-50: #fff7ed;
    --brand-100: #ffedd5;
    --brand-400: #fb923c;
    --brand-500: #f97316;
    --brand-600: #ea580c;
    --brand-900: #7c2d12;
    --brand-950: #431407;
    --hero-glow: rgba(249, 115, 22, 0.15);
    --glow-rgb: 249, 115, 22;
}
