/* Mint SEO — brand design tokens (source of truth for the live build).
   Mirrors BUILD-SPEC.md. Bound into GeneratePress Global Colours + GenerateBlocks Global Styles
   so they stay editable in the site builder; this file guarantees the raw values are always present. */
:root {
  /* Brand */
  --mint:        #309f97;  /* accent only — never a full section background. Large headings/accents/fills. */
  --mint-ink:    #0d7268;  /* AA-safe teal (4.9:1 on white) for SMALL text + white-on-mint button fills */
  --mint-deep:   #234f4b;
  --mint-tint:   #e6f4f2;  /* light "mint" section background */
  --mint-light:  #8fd6cf;  /* accent on dark teal */
  --teal-d1:     #1c4f4a;
  --teal-d2:     #0c211e;

  /* Surfaces */
  --page:        #f5f3ee;  /* cream — service-page ATF/hero only */
  --grey:        #f1f2f2;
  --white:       #ffffff;

  /* Text */
  --ink:         #141413;
  --body:        #525654;
  --border:      #e0e0db;

  /* Type */
  --font-sans:  "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Type scale (>=16px floor, per house rule) */
  --fs-eyebrow:  16px;
  --fs-body:     18px;
  --fs-lead:     20px;
  --fs-h3:       24px;
  --fs-h2:       34px;
  --fs-h1:       50px;
}
