/* ==========================================================================
   ghaffaritabrizi.com — site token overrides (@fgl/vituno adoption contract).

   This file is the SUPPORTED brand surface (KB fgl-frontend-pattern): it may
   redeclare custom properties that src/_includes/fgl/tokens.json defines —
   nothing else. The framework's override lint (npm run gates) fails the
   build on a custom property this file declares that tokens.json doesn't
   know; component rules fighting the framework CSS are a review-visible
   smell, not a supported mechanism.

   Starter palette (bootstrap, Story 1.1.2): a dignified deep teal — a fresh
   vituno look, deliberately NOT the USWDS blue of the old site (spec D3).
   The content rebuild (Story 1.1.3) owns the final brand pass.
   ========================================================================== */
:root {
  --brand-primary: #0F766E;
  --brand-primary-hover: #115E59;
  --brand-primary-active: #134E4A;
  --brand-secondary: #0B3B5E;
}
