/* Fernandes Steak House — palette from THEIR world (Portuguese grill, Ironbound, wine + charcoal).
   Never white. Never default the PAGE to dark. --dark is a band only. */
:root{
  --paper:#EDE4D4;
  --paper2:#E2D6C2;
  --line:#C4B49A;
  --ink:#2A1810;
  --dim:#6B4A32;
  --accent:#7A1414;
  --accent-deep:#5C0E0E;
  --dark:#1A1210;
  --parch:#E4D4B8;
  --meta:#C9B89A;
  --serif:'Cormorant Garamond','Iowan Old Style','Palatino Linotype',Palatino,Georgia,serif;
  --sans:'Barlow',-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --pad:clamp(16px,4vw,44px);
  --wrap:1280px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --cw:clamp(176px,42vw,244px);
  --rk:linear-gradient(110deg,#25e6f0 0%,#8a4bff 52%,#ff3ec8 100%);
  /* gal-exp (Monsters Ink V3 / FX 82 graft) */
  --press:#E2D6C2;
  --card:#EDE4D4;
  --soft:#6B4A32;
}
