/* Lezzet Köftecisi — tasarım token'ları (prototipten) */
:root{
  --cream:#F4ECDE; --cream-deep:#EADFC9; --espresso:#29190F; --espresso-2:#1E120A;
  --brick:#A6392A; --brick-dark:#872C20; --gold:#C0862B; --gold-soft:#D8A94E;
  --text:#3D2E22; --text-soft:#6B5844; --text-faint:#8A755C;
  --line:#E2D3BA; --line-2:#D8C4A4; --footer-text:#C8B49C;
  --head:"Bitter",Georgia,serif; --body:"Karla",system-ui,sans-serif;
  --maxw:1200px; --ease:cubic-bezier(.22,1,.36,1);
}
