/* ============================================================
   THEME: Montfort Mediterranean Grill - Ancaster
   Palette sampled directly from assets/logo/logo.webp:
     wordmark red   #AA1A1E  (mode)  /  #A51C20 (mean)
     fort mark black #070A09
     logo field      #FFFFFF
   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:   #aa1b1f;   /* 1 · primary  — logo red: buttons, links, accents  */
  --brand-2: #242927;   /* 2 · secondary — logo black, lifted to a charcoal
                                so the derived --basil-deep (footer, topline)
                                still reads as a distinct deeper tier         */
  --brand-3: #ce9f3b;   /* 3 · highlight — antique brass: stars, badges       */
  --canvas:  #f9f6f2;   /* 4 · warm section background off the white field    */
  --ink:     #151817;   /* 5 · text — logo black, softened for long-form copy */
}
