:root {
  --color-ink: #10233f;
  --color-ink-soft: #52627a;
  --color-primary: #16365f;
  --color-primary-deep: #0d2748;
  --color-secondary: #2f7e79;
  --color-secondary-soft: #dcefeb;
  --color-accent: #e2765b;
  --color-accent-dark: #bf553d;
  --color-surface: #ffffff;
  --color-surface-alt: #f5f7f4;
  --color-surface-warm: #fbf5ef;
  --color-border: #dfe6e3;
  --color-border-strong: #c8d4d0;
  --color-success: #24745f;
  --color-danger: #b54242;
  --color-focus: #f1a13b;

  --font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: clamp(1.75rem, 3vw, 2.5rem);
  --text-2xl: clamp(2.35rem, 5.2vw, 4.65rem);

  --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: 4.5rem;
  --space-9: 6.5rem;

  --radius-sm: 0.625rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
  --radius-pill: 999px;

  --shadow-sm: 0 8px 30px rgba(16, 35, 63, 0.07);
  --shadow-md: 0 18px 55px rgba(16, 35, 63, 0.12);
  --shadow-lg: 0 30px 80px rgba(13, 39, 72, 0.18);

  --container: 74rem;
  --container-narrow: 50rem;
  --header-height: 5rem;
  --transition: 180ms ease;
  --transition-slow: 500ms cubic-bezier(0.2, 0.8, 0.2, 1);

  --bp-sm: 30rem;
  --bp-md: 48rem;
  --bp-lg: 64rem;
  --bp-xl: 90rem;
}
