/* Hallmark · system: gallery plate (retheme 2026-07-30 · ref hall.ancorathemes single-exhibition)
 * ivory wall / charcoal ink / copper accent · Cormorant Garamond + EB Garamond
 * axes: light / editorial-restrained / warm-copper — museum label, not wine label
 * Retheme via token values only: per-page inline <style> loads after this file and
 * would win any rule declared here, so every knob below stays a var the pages read. */
:root {
  --color-paper: #f4f1e9;
  --color-paper-2: #ebe6da;
  --color-paper-3: #faf8f2;
  --color-ink: #1c1a17;
  --color-ink-dim: #6b6459;
  --color-accent: #b0703c;
  --color-accent-deep: #7e4a20;
  --color-focus: #7e4a20;
  --color-rule: #d8cdb8;

  --font-title: "Cormorant Garamond", "IM Fell English SC", Georgia, serif;
  --font-caps: "Cormorant Garamond", Georgia, serif;
  --font-body: "EB Garamond", Georgia, serif;
  --font-script: "Cormorant Garamond", Georgia, serif;

  --text-display: clamp(2.4rem, 6.4vw, 4.6rem);
  --text-xl: clamp(1.5rem, 3.2vw, 2.3rem);
  --text-lg: 1.3rem;
  --text-md: 1.08rem;
  --text-sm: 0.82rem;

  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 72px;
  --space-xl: 120px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 160ms;
  --rule-hairline: 1px solid var(--color-rule);
  --radius-sm: 2px;

  /* gallery walls are smooth — laid-paper texture retired */
  --paper-texture: none;
}
