/* Hallmark · macrostructure: Index-First · genre: atmospheric · theme: custom (vibe: "dark AI link hub, pink accent") · paper oklch(15% 0.012 320) · accent oklch(63% 0.22 338) warm-pink · Bricolage Grotesque + Geist · nav: N5 Floating pill · footer: Ft5 Statement · enrichment: none (typography only) */

:root {
  /* Paper */
  --color-paper: oklch(15% 0.012 320);
  --color-paper-2: oklch(19% 0.014 320);
  --color-paper-3: oklch(23% 0.016 320);
  --color-rule: oklch(32% 0.012 320);
  --color-rule-bright: oklch(40% 0.014 320);

  /* Ink */
  --color-ink: oklch(93% 0.006 320);
  --color-ink-dim: oklch(72% 0.008 320);
  --color-neutral: oklch(58% 0.008 320);
  --color-muted: oklch(48% 0.006 320);

  /* Accent */
  --color-accent: oklch(63% 0.22 338);
  --color-accent-dim: oklch(50% 0.18 338);
  --color-accent-glow: oklch(63% 0.22 338 / 0.15);

  /* Type */
  --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;

  /* Scale */
  --text-display: clamp(2.5rem, 5vw + 1rem, 4.5rem);
  --text-2xl: clamp(1.75rem, 3vw, 2.5rem);
  --text-xl: clamp(1.25rem, 2vw, 1.75rem);
  --text-lg: 1.125rem;
  --text-md: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;

  /* Space (4pt scale) */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  /* Motion */
  --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-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;
}
