/* ============================================================
   THEME: Melita Restaurant and Bar — black & gold
   Drawn from the logo: gold #e4a92d on black, white script.
   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:   #926410;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #141210;   /* 2 · secondary — dark bands, footer         */
  --brand-3: #e4a92d;   /* 3 · highlight — stars, badges, small hits  */
  --canvas:  #faf6ec;   /* 4 · warm section background                */
  --ink:     #17140f;   /* 5 · text                                   */
}

/* --brand is the logo gold darkened to stay legible as small text on
   cream and to carry white button labels (4.8:1 / 5.2:1). The logo's
   exact gold lives in --brand-3, where style.css puts it on the dark
   bands and footer — gold on black, the way the logo uses it. */
