:root {
  --bg: #f3f2ee;
  --surface: #ffffff;
  --surface-soft: #faf8f4;
  --text: #171717;
  --muted: #5f5b55;
  --line: #d4d0c8;
  --accent: #2f5d50;
  --placeholder-bg: #e9e5de;
  --placeholder-line: #c7c0b5;

  --font-sans: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  --font-serif: "Source Serif 4", Georgia, serif;

  --size-12: 0.75rem;
  --size-14: 0.875rem;
  --size-16: 1rem;
  --size-20: 1.25rem;
  --size-28: 1.75rem;
  --size-44: 2.75rem;

  --space-8: 0.5rem;
  --space-12: 0.75rem;
  --space-16: 1rem;
  --space-24: 1.5rem;
  --space-32: 2rem;
  --space-48: 3rem;
  --space-72: 4.5rem;

  --radius-4: 4px;
  --radius-6: 6px;
  --radius-8: 8px;

  --shell-width: 1180px;
  --motion-fast: 150ms;
  --motion-medium: 220ms;
}
