/* Van Goubergen brand tokens. Original blue/navy palette; local brand fonts. */
:root {
  --color-paper: #fbfcfc;
  --color-paper-2: #f0f5f8;
  --color-paper-3: #eaf2fd;
  --color-ink: #203039;
  --color-ink-2: #43535c;
  --color-muted: #536570;
  --color-rule: #d5dfe5;
  --color-accent: #155c85;
  --color-accent-hover: #104b6d;
  --color-accent-ink: #fbfcfc;
  --color-dark: #141c1f;
  --color-dark-secondary: #314d5c;
  --color-dark-muted: #c6d2d9;
  --color-dark-rule: #48606d;
  --color-focus: #155c85;
  --color-focus-dark: #b3def7;
  --font-display: 'DM Sans', 'Arial', sans-serif;
  --font-body: 'Open Sans', 'Arial', sans-serif;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-5xl: 8rem;
  --text-small: .875rem;
  --text-body: 1rem;
  --text-lead: 1.125rem;
  --text-h3: clamp(1.25rem, 1.1rem + .5vw, 1.625rem);
  --text-h2: clamp(2rem, 1.2rem + 2.5vw, 3.375rem);
  --text-display: clamp(2.5rem, 1.1rem + 4.2vw, 4.875rem);
  --page-width: 1280px;
  --page-gutter: clamp(1.25rem, 4.5vw, 5rem);
  --header-height: 80px;
  --radius-small: 4px;
  --rule: 1px;
  --ease-out: cubic-bezier(.16,1,.3,1);
  --dur-short: 180ms;
  --dur-story: 480ms;
  --dur-reveal: 420ms;
  --motion-distance: 16px;
  --story-top: calc(var(--header-height) + var(--space-2xl));
  --z-header: 20;
  --z-menu: 30;
}
