:root {
  --color-ink-950: #081f2d;
  --color-ink-900: #0b2b3a;
  --color-ocean-700: #0b5d78;
  --color-teal-600: #0c7b83;
  --color-teal-300: #7fc8c5;
  --color-warm-50: #f8f5ef;
  --color-mist-100: #edf3f1;
  --color-white: #fff;
  --color-gray-650: #596970;
  --color-border: #d7e1df;
  --color-success: #1f7656;
  --color-warning: #9a6418;
  --color-error: #aa3434;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-body: Inter, Aptos, "Segoe UI", system-ui, sans-serif;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-22: 5.5rem;
  --space-30: 7.5rem;
  --radius-sm: .25rem;
  --radius-md: .5rem;
  --radius-lg: .75rem;
  --container: 73.75rem;
  --container-wide: 82.5rem;
  --focus: 0 0 0 .2rem rgba(127, 200, 197, .8);
}
