/* SGP brand tokens. Source: sierragp.com live theme CSS, pulled 2026-09-10.
   Swap this file only to rebrand a hub for a client. Every color and font
   on the site resolves to one of these variables; site.css never names a
   raw color. The two logo files referenced below are the only other files
   that change per client. */
:root {
  --brand-primary: #3F524B;      /* pine green, Squarespace accent; buttons, headers */
  --brand-secondary: #9CAF88;    /* sage, darkAccent */
  --brand-surface: #EAE9E3;      /* warm sand, lightAccent; section backgrounds */
  --brand-ink: #212020;          /* near black, body text */
  --brand-paper: #FFFFFF;
  --font-heading: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --logo-dark-bg: url("/assets/sgp-logo-white.png");   /* white wordmark for dark headers */
  --logo-light-bg: url("/assets/sgp-logo.png");        /* standard logo for light backgrounds */
}
