:root {
  --color-canvas: #fbfaf7;
  --color-paper: #ffffff;
  --color-surface: #f4f2ed;
  --color-surface-soft: #f7f5f1;
  --color-ink: #282b29;
  --color-ink-soft: #5f6560;
  --color-muted: #7e837e;
  --color-line: #dfddd6;
  --color-line-soft: #ebe9e3;
  --color-sage: #aeb9a7;
  --color-sage-deep: #73806d;
  --color-blush: #e7d8d5;
  --color-mist: #dfe7e5;
  --color-peach: #eadfce;

  --font-display: "Helvetica Neue", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-interface: "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-4xl: 4.35rem;

  --leading-tight: 0.98;
  --leading-title: 1.08;
  --leading-copy: 1.68;
  --leading-ui: 1.4;

  --tracking: 0;
  --tracking-wordmark: 0.16em;
  --tracking-ui: 0.08em;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 3.75rem;
  --space-4xl: 5.25rem;

  --container-page: 92rem;
  --container-content: 74rem;
  --container-narrow: 48rem;

  --border-thin: 1px;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;

  --transition-fast: 180ms ease;
  --transition-base: 260ms ease;
  --transition-slow: 350ms ease;

  --z-header: 20;
  --z-menu: 30;

  --announcement-height: 2rem;
  --header-height: 4.5rem;
}

@media (max-width: 48rem) {
  :root {
    --text-xl: 1.5rem;
    --text-2xl: 1.9rem;
    --text-3xl: 2.3rem;
    --text-4xl: 3.05rem;
    --space-3xl: 2.75rem;
    --space-4xl: 3.7rem;
    --header-height: 4rem;
  }
}

