:root {
  --container: 72rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;

  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;

  --shadow-sm: 0 1px 2px rgb(15 23 42 / 0.06);
  --shadow-md: 0 12px 32px rgb(15 23 42 / 0.12);

  --color-bg: #f3f4ef;
  --color-surface: #fffdf8;
  --color-text: #172033;
  --color-muted: #5d6778;
  --color-border: #d7d9d0;
  --color-accent: #0f766e;
  --color-accent-hover: #115e59;
  --color-danger: #b42318;
  --color-success: #027a48;

  --font-sans: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}
