/* ============================================================
   TASTY.LEBANON — design tokens
   The single source of truth for color, radius, shadow, type.
   Change the brand here; nothing else needs to know.
   ============================================================ */
:root{
  --ink:#14110D;
  --coal:#1E1A15;
  --cream:#F8F1E4;
  --paper:#FFFDF7;
  --cheddar:#FFB824;
  --tomato:#E8442E;
  --acai:#A43DE0;
  --pink:#FF4D8D;
  --sea:#17A398;
  --line:rgba(20,17,13,.14);
  --r-lg:28px;
  --r-md:20px;
  --r-sm:12px;
  --shadow:0 18px 50px -18px rgba(20,17,13,.35);
  --disp:"Bricolage Grotesque",sans-serif;
  --body:"Space Grotesk",sans-serif;
  --ar:"Rakkas",serif;
}
