/* ============================================================
   THEME: Yafa Café (Palestinian / Arabic street food, Winnipeg)
   Palette lifted pixel-for-pixel from the live yafacafe.com:
     teal  #13abb9  (buttons, bands, stars)
     deep  #0f8f99  (footer + partner band)
     orange #f37648 (nav links, testimonial band)
     grey  #f2f2f2  (newsletter / quiet sections)
     ink   #111111  (body copy)
   Re-skin the entire site by editing these five variables.
   ============================================================ */

:root {
  --brand:   #13abb9;   /* 1 · primary  — teal buttons, bands, accents          */
  --brand-2: #0f8f99;   /* 2 · secondary — deep teal footer + partner band      */
  --brand-3: #f37648;   /* 3 · highlight — orange nav, testimonial band, labels */
  --canvas:  #f2f2f2;   /* 4 · quiet section background (neutral grey)          */
  --ink:     #111111;   /* 5 · text                                             */
}
