/**
 * Copied from src/site/theme.css
 * Do not edit directly — run: make build
 */

:root {
  --global-body-font-family: "Public Sans";
  --global-content-width: 1200px;
  --global-font-size-large: 18px;
  --global-font-size-larger: 32px;
  --global-font-size-medium: 15px;
  --global-font-size-small: 13px;
  --global-font-size-xxlarge: 48px;
  --global-heading-font-family: "chantal";
  --global-palette1: #E8502A /* Flame — primary CTA, logo mark, accent words */;
  --global-palette10: #1E1228 /* Midnight footer / full-bleed dark */;
  --global-palette2: #00B87A /* Vivo green */;
  --global-palette3: #1E1228 /* Midnight — headlines, nav, ink */;
  --global-palette4: #171717 /* Black — alt dense text */;
  --global-palette5: #1E1228 /* Body copy (Public Sans 18/26) */;
  --global-palette6: #F8FBF0 /* Cream — eyebrows on photo, footer small type */;
  --global-palette7: #F7F0E6 /* Shore — nav pill, cream bands */;
  --global-palette8: #F8FBF0 /* Cream surfaces */;
  --global-palette9: #FFFFFF /* Page / button text on Flame */;
  --section-padding-y: 100px;
  --tempo-border: #F7F0E6 /* Shore — light chrome / rules */;
}
