/* ============================================================
   THEME: Lagos Flavors — Nigerian Bistro + Bar, Edmonton
   Derived from the restaurant's own logo/brand mark:
   gold #f8b800 wordmark on black, with silver-white type.
   Re-skin the entire site by editing these five variables.
   Every shade, tint, border, and glow is derived from them
   automatically in style.css.
   DO NOT add layout, grid, flexbox, or spacing here.
   ============================================================ */

:root {
  --brand:   #9e6100;   /* 1 · primary  — buttons, links, accents (5.04:1 on white) */
  --brand-2: #141109;   /* 2 · secondary — brand-black bands, footer   */
  --brand-3: #f8b800;   /* 3 · highlight — logo gold: stars, badges    */
  --canvas:  #fbf5e8;   /* 4 · warm section background                 */
  --ink:     #1a1710;   /* 5 · text                                    */
}
