/* =========================================================
   DESIGN TOKENS — single source of truth
   Imported by every page. Do not redefine elsewhere.
========================================================= */
:root{
  --ink:#0b1410;
  --ink-2:#0f1d17;
  --panel:#13241c;
  --panel-2:#172e23;
  --paddy:#2f7d52;
  --paddy-deep:#1d5237;
  --sprout:#8fd14f;
  --gold:#e7b24c;
  --gold-soft:#f0cd83;
  --clay:#c06a45;
  --river:#5fa8b8;
  --mist:#e9efe6;
  --mist-dim:rgba(233,239,230,.62);
  --mist-faint:rgba(233,239,230,.34);
  --line:rgba(143,209,79,.16);
  --line-soft:rgba(233,239,230,.10);

  --serif:"Tiro Bangla",Georgia,serif;
  --sans:"Tiro Bangla",system-ui,sans-serif;
  --bangla:"Tiro Bangla",serif;

  --maxw:1240px;
  --gut:clamp(20px,5vw,72px);
  --r:18px;
}
