:root {
  --bg: #FFFFFF;
  --surface: #F1F7F8;
  --text: #123840;
  --muted: #5D7B82;
  --border: rgba(18,56,64,0.16);
  --accent: #3AA5B5;
  --cta-text: #FFFFFF;
  --font-heading: "Inter", system-ui, sans-serif;
  --font-heading-weight: 700;
  --font-body: "Inter", system-ui, sans-serif;
  --font-body-weight: 400;
  --logo-height: 44px;
}
