:root{
  /* ---- color ---- */
  --paper:#FAFAF6;
  --paper-alt:#F3F2ED;
  --ink:#14181F;
  --ink-soft:#5B6472;
  --ink-faint:#8C93A0;
  --line:#E1DFD7;
  --line-strong:#C9C6BB;
  --teal:#0E6E66;
  --teal-deep:#08423C;
  --teal-wash:rgba(14,110,102,.05);
  --accent-gold:#8C6A2E;

  /* ---- type ---- */
  --font-display:'Source Serif 4', Georgia, serif;
  --font-body:'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---- layout ---- */
  --maxw:1180px;
  --header-h:80px;
  --radius:0px;
}
