:root {
  --bg: #000000;
  --surface: #FFFFFF;
  --text: #333333;
  --muted: #888888;
  --border: #DDDDDD;
  --accent: #FFBCD9;
  --cta: #557FB9;
  --cta-text: #FFFFFF;
  --font-heading: "Icona Sans", system-ui, sans-serif;
  --font-heading-weight: 700;
  --font-body: "Icona Sans", system-ui, sans-serif;
  --font-body-weight: 400;
  --logo-height: 32px;
}
