/* ============================================================
   KEEPER OF SAINTS — BLOODLINE design tokens
   Shared by keeperofsaints.com (root) and matthew.keeperofsaints.com.
   Edit here, then run tools/sync_shared.sh to copy into both sites.
   ============================================================ */
:root{
  --ink:#0a0a0c; --ink2:#14120e; --concrete:#1a1917;
  --bone:#f4efe4; --mute:#a39d92; --faint:#8a857c; /* faint = AA (4.5:1) on ink */
  --gold:#e0bd6b; --gold-dim:#bb9748; --blood:#c41e34; --blood-b:#e23b50;
  --line:rgba(224,189,107,.18);

  /* type */
  --f-display:'Anton',Impact,sans-serif;              /* headlines — ALL CAPS, lh .84 */
  --f-ui:'Barlow Condensed',Arial Narrow,sans-serif;  /* eyebrows, UI, body */
  --f-word:'Cormorant Garamond',Georgia,serif;        /* SCRIPTURE ONLY — italic */
  --f-seal:'Cinzel',Georgia,serif;                    /* wordmark, numerals, seals */

  /* rhythm */
  --topbar-h:58px;
  --letterbox:7vh;
  --thread-glow:drop-shadow(0 0 10px rgba(226,59,80,.55));
  --grain-url:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)"/></svg>');
  --concrete-url:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"><filter id="c"><feTurbulence type="fractalNoise" baseFrequency="0.012 0.017" numOctaves="3" stitchTiles="stitch"/><feColorMatrix type="matrix" values="0 0 0 0 0.08 0 0 0 0 0.078 0 0 0 0 0.07 0 0 0 0.5 0"/></filter><rect width="100%" height="100%" filter="url(%23c)"/></svg>');
}
