/* ============================================================
   THEME: Jeepney Portage La Prairie — Black & Gold
   Derived from the restaurant logo (gold jeepney lettermark on a
   black badge). 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:   #8c6a15;   /* 1 · primary  — deep gold; buttons/links (5.0:1 on white) */
  --brand-2: #17130c;   /* 2 · secondary — near-black bands, footer (logo badge)    */
  --brand-3: #c9a24a;   /* 3 · highlight — bright metallic gold; stars, badges      */
  --canvas:  #faf6f0;   /* 4 · warm cream section background                        */
  --ink:     #1a1712;   /* 5 · warm near-black text                                 */
}
