/* Single source of truth for brand values. site.css never writes a literal color. */
:root{
  --ink:#0C0A08;
  --ink-2:#14100C;
  --ink-3:#1D1813;
  --line:#2C2620;
  --ivory:#F4EFE7;
  --mut:#A89F92;
  --amber:#F0A81E;
  --amber-hi:#FFC348;
  --amber-lo:#B87A0A;
  --gold:#C9A227;
  --danger:#FF8A6B;
  --field-line:#6F6555;   /* form borders: 3:1 against the ink ground */

  --font-display:'Syne',system-ui,sans-serif;
  --font-body:'Jost',system-ui,sans-serif;
  --font-mono:'DM Mono',ui-monospace,monospace;

  --r:18px;               /* card / photo corner radius */
  --ease:cubic-bezier(.2,.7,.2,1);
  --pad:clamp(18px,4.4vw,64px);
  --maxw:1320px;
  --nav-h:76px;
}
