/* Fonts loaded later by platform. Prototype uses font-family fallbacks. */
:root {
  --font-title: "Playfair Display", "PlayfairDisplay", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 64px;
  --sidebar-thumb: 56px;
  --color-cta-primary: #1a502c;
  --color-cta-primary-hover: #91ce87;
  --color-cta-text-on-dark: #ffffff;
  --color-cta-text-on-light: #1a502c;
  --radius-button: 999px;
  --space-button-y: 0.5rem;
  --space-button-x: 1rem;
}
