:root {
  --color-ink: #10222E;
  --color-deep: #0A3D5C;
  --color-water: #2A7FA9;
  --color-foam: #EAF4F8;
  --color-paper: #FFFFFF;
  --color-buoy: #E8622C;
  --color-buoy-deep: #C74E1F;
  --color-ok: #2E7D52;
  --font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --size-0: 18px;
  --size-1: 22.5px;
  --size-2: 28.1px;
  --size-3: 35.2px;
  --size-4: 43.9px;
  --size-5: 54.9px;
  --size-6: 68.7px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-6: 48px;
  --space-8: 64px;
  --space-12: 96px;
  --radius-card: 12px;
  --radius-button: 8px;
}
