:root {
  color-scheme: light;

  --color-ink: #17324d;
  --color-ink-muted: #4d5f6f;
  --color-primary: #1d4e67;
  --color-primary-strong: #14384c;
  --color-teal: #2f6f68;
  --color-teal-soft: #d6e6df;
  --color-sage: #e2ece7;
  --color-accent: #9a4612;
  --color-accent-strong: #7c360e;
  --color-accent-soft: #f2e3d4;
  --color-focus: #b45309;
  --color-ivory: #fbf8f1;
  --color-canvas: #f5f1e8;
  --color-surface: #ffffff;
  --color-surface-muted: #f0ede5;
  --color-border: #7b8b96;
  --color-border-soft: #d6d9d7;
  --color-disabled: #e3e0d9;
  --color-disabled-ink: #66737d;
  --color-success: #23613f;
  --color-success-soft: #eaf5ec;
  --color-warning: #6c4500;
  --color-warning-soft: #fff2d8;
  --color-error: #8a2f2f;
  --color-error-soft: #fcece8;

  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-size-xs: 0.8125rem;
  --font-size-sm: 0.9375rem;
  --font-size-base: 1rem;
  --font-size-md: clamp(1.0625rem, 1rem + 0.2vw, 1.1875rem);
  --font-size-lg: clamp(1.25rem, 1.08rem + 0.65vw, 1.5rem);
  --font-size-xl: clamp(1.75rem, 1.35rem + 1.5vw, 2.5rem);
  --font-size-display: clamp(2.35rem, 1.7rem + 2.7vw, 4.25rem);
  --line-tight: 1.12;
  --line-heading: 1.24;
  --line-body: 1.62;

  --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: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgb(23 50 77 / 8%);
  --shadow-md: 0 14px 36px rgb(23 50 77 / 10%);
  --shadow-focus: 0 0 0 0.25rem rgb(180 83 9 / 18%);

  --content-narrow: 42rem;
  --content-wide: 72rem;
  --header-height: 4.5rem;
  --transition-fast: 160ms ease;
}
