/* Hallmark · tokens · theme: Sport · paper-band: light · display-style: display-condensed · accent-hue: warm */
:root {
  --color-paper: oklch(97.5% .012 84);
  --color-paper-raised: oklch(99% .008 84);
  --color-paper-muted: oklch(88% .018 84);
  --color-ink: oklch(21% .018 50);
  --color-ink-light: oklch(36% .02 50);
  --color-ink-muted: oklch(49% .022 50);
  --color-accent: oklch(67% .18 36);
  --color-accent-strong: oklch(57% .19 34);
  --color-accent-ink: oklch(21% .018 50);
  --color-rule: oklch(84% .018 70);
  --color-rule-strong: oklch(72% .024 65);
  --color-focus: oklch(51% .19 250);
  --font-display: "Big Shoulders Display", Impact, sans-serif;
  --font-body: "Manrope", ui-sans-serif, sans-serif;
  --page-max: 78rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --space-xs: .25rem;
  --space-sm: .5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: clamp(7rem, 13vw, 12rem);
  --space-section: 3.125rem;
  --text-label: .7rem;
  --text-small: .86rem;
  --text-body: 1rem;
  --dur-short: 160ms;
  --dur-standard: 240ms;
  --dur-long: 520ms;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --rule-hair: 1px;
  --radius-sm: .18rem;
  --shadow-nav: 0 10px 34px oklch(21% .018 50 / .08);
}
