/* ============================================================
   O SO EASY — THEME TOKENS (shared by ALL pages)
   Brand colours, fonts & spacing. Edit here to restyle the
   whole site in one place.
   ============================================================ */
:root{
 --ink:#0C0C0F; --ink2:#15151B; --ink3:#1F1F28;
 --gold:#F4A823; --gold2:#FFC04D; --gold-deep:#D2870A; --gold-soft:#FCEED1;
 --cream:#FBF6EC; --paper:#FFFDF8; --white:#fff;
 --text:#1A1916; --muted:#6E685D; --line:#ECE3D2; --line-d:rgba(255,255,255,.1);
 --grad:linear-gradient(135deg,#FFC04D,#E8920C);
 --r:26px; --r-sm:16px;
}
