/* Hallmark tokens · Ruta 27 custom · paper: dark · accent: signal-yellow · display: geometric-sans */
@font-face {
  font-family: "Inter Ruta";
  src: url("fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk Ruta";
  src: url("fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --color-paper: oklch(15% 0.012 95);
  --color-paper-2: oklch(19% 0.012 95);
  --color-paper-3: oklch(24% 0.012 95);
  --color-ink: oklch(97% 0.012 95);
  --color-ink-2: oklch(90% 0.012 95);
  --color-muted: oklch(70% 0.014 95);
  --color-rule: oklch(36% 0.014 95);
  --color-rule-2: oklch(52% 0.014 95);
  --color-accent: oklch(96% 0.255 108);
  --color-accent-ink: oklch(15% 0.012 95);
  --color-accent-soft: oklch(28% 0.065 108);
  --color-signal: oklch(72% 0.18 38);
  --color-signal-ink: oklch(97% 0.012 95);
  --color-success: oklch(74% 0.15 148);
  --color-error: oklch(67% 0.21 29);
  --color-focus: oklch(91% 0.25 108);
  --color-focus-on-light: oklch(42% 0.17 108);
  --color-skeleton: oklch(28% 0.012 95);
  --color-transparent: oklch(0% 0 0 / 0);
  --color-light-paper: oklch(96% 0.014 95);
  --color-light-paper-2: oklch(91% 0.016 95);
  --color-light-ink: oklch(17% 0.012 95);
  --color-light-muted: oklch(48% 0.014 95);
  --color-light-rule: oklch(74% 0.014 95);

  --font-display: "Space Grotesk Ruta", "Arial Narrow", sans-serif;
  --font-body: "Inter Ruta", "Helvetica Neue", sans-serif;
  --font-outlier: "Inter Ruta", "Helvetica Neue", sans-serif;

  --text-xs: 0.72rem;
  --text-sm: 0.82rem;
  --text-base: 1rem;
  --text-md: 1.2rem;
  --text-lg: 1.5rem;
  --text-xl: 1.9rem;
  --text-2xl: 2.4rem;
  --text-3xl: 3rem;
  --text-4xl: 3.75rem;
  --text-display: clamp(3rem, 5vw + 1rem, 5.25rem);
  --text-display-s: clamp(2.5rem, 4vw + 0.5rem, 4rem);
  --text-hero: clamp(2.75rem, 4.6vw + 0.25rem, 5.25rem);
  --text-marquee: clamp(7rem, 28vw, 25rem);

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hair: 1px;
  --rule-heavy: 2px;
  --radius-none: 0;
  --radius-sm: 0;
  --radius-md: 0.25rem;

  --page-gutter: clamp(1rem, 4vw, 4.5rem);
  --page-max: 100rem;
  --control-height: 3.25rem;
  --rail-width: 4.75rem;
  --banner-height: 4.5rem;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-sticky-nav: 210;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
