:root {
  --bg: #0E1418;
  --surface: #1A2329;
  --text: #F4F5F6;
  --muted: #9AA6AE;
  --border: #2C383F;
  --accent: #E8A33D;
  --cta-text: #0E1418;
  --font-heading: "Inter", system-ui, sans-serif;
  --font-heading-weight: 700;
  --font-body: "Inter", system-ui, sans-serif;
  --font-body-weight: 400;
  --logo-height: 40px;
}
