:root {
  --color-bg: #ffffff;
  --color-surface: #eef2f4;
  --color-text: #182429;
  --color-muted: #55666e;
  --color-accent: #0d9268;
  --color-accent-contrast: #ffffff;
  --font-display: "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --radius: 6px;
  --container: 72rem;
  --shadow: 0 1px 3px rgb(24 46 54 / 0.08);
  --line: #d7dfe3;
  --accent-soft: #d9f2e8;
}
