/* Branchline Consulting — global styles + brand tokens */

:root{
  --brand-primary:#3A3A3A;      /* Trunk Gray — headings, body */
  --brand-secondary:#5E7D3F;    /* Deep Leaf Green — accents */
  --brand-accent:#7BAE52;       /* Mid Leaf — emphasis */
  --brand-highlight:#A8C87A;    /* Light Leaf — soft attention */
  --brand-canvas:#F2EFE6;       /* Neutral background */

  /* Optional: future-proof font stack (Proxima Nova if/when licensed) */
  --font-sans: "Proxima Nova", "ProximaNova", "proxima-nova",
               system-ui, -apple-system, "Segoe UI", Roboto,
               Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

html, body { height: 100%; }

/* If you want to actually use the font stack sitewide, uncomment:
body { font-family: var(--font-sans); }
*/
