@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@700;800&family=Familjen+Grotesk:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* Samurai BLAQUE tokens · public artist gate
   Brand lock: BLAQUE RED #d03030 (oklch 56.4% 0.196 26.2) · bone #f4ecdf · black lacquer.
   Mirrors the vault /tokens.css accents so admin, artist portal and this public
   door read as one label. */
:root {
  --color-paper: oklch(12% 0.012 35);
  --color-paper-2: oklch(16% 0.016 32);
  --color-paper-3: oklch(21% 0.020 30);
  --color-ink: oklch(87% 0.035 78);
  --color-ink-strong: oklch(94.6% 0.013 47.8);
  --color-muted: oklch(68.9% 0.024 40.7);
  --color-subtle: oklch(48.6% 0.022 41);
  --color-rule: oklch(49% 0.025 35);
  --color-accent: oklch(56.4% 0.196 26.2);
  --color-accent-bright: oklch(63.4% 0.196 24.7);
  --color-accent-ink: #fffdf8;
  --color-focus: oklch(72% 0.165 43);

  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "Familjen Grotesk", "Trebuchet MS", sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  --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;

  --text-xs: 0.72rem;
  --text-sm: 0.88rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.56rem;
  --text-xl: 1.95rem;
  --text-2xl: 2.44rem;
  --text-3xl: 3.05rem;
  --text-display: clamp(3rem, 7vw, 5.25rem);

  --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;
  --radius-sm: 0.25rem;
  --radius-door: 18px;
  --page-gutter: clamp(1rem, 4vw, 4rem);
  --content-max: 86rem;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
