:root {
  --bg: #FBFAF3;
  --surface: #E4EFCE;
  --accent-weich: #B4FF7A;
  --text: #273078;
  --muted: #5A6183;
  --border: #273078;
  --accent: #D8672E;
  --cta: #273078;
  --cta-text: #FBFAF3;
  --font-heading: "Work Sans", system-ui, sans-serif;
  --font-heading-weight: 900;
  --font-body: "Work Sans", system-ui, sans-serif;
  --font-body-weight: 400;
  --font-mono: "JetBrains Mono", system-ui, sans-serif;
  --font-mono-weight: 500;
  --logo-height: 80px;
}
