:root {
  color-scheme: light;
  --color-brand-navy: #0f3d5c;
  --color-brand-teal: #1e8a8a;
  --color-link: #126b70;
  --color-accent: #f4a261;
  --color-text: #17212b;
  --color-text-secondary: #4e5d6c;
  --color-page: #f5f7fb;
  --color-surface: #ffffff;
  --color-surface-subtle: #eef3f7;
  --color-border: #d8e0e8;
  --color-border-strong: #aebcc9;
  --color-success: #1f704c;
  --color-warning: #8a5208;
  --color-danger: #b42318;
  --color-focus: #126b70;
  --color-on-dark: #ffffff;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-xs: 0.8125rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.75rem;
  --text-display: clamp(2rem, 7vw, 2.75rem);
  --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;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 0.875rem;
  --radius-full: 9999px;
  --shadow-overlay: 0 1.5rem 4rem rgba(15, 61, 92, 0.18);
  --content-width: 75rem;
  --reading-width: 45rem;
  --header-height: 4rem;
}
