/* ============================================================
   THEME: Royal Premium — matched to assets/logo/logo.webp
   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.

   Sampled from the logo:
     #150a0b  dark espresso (44% of logo — ribbon + cutlery)
     #f28222  signature orange (34% — flame + crest)
     #f49f1e / #fbc012  gold flame highlights
     #610d0c  deep ember red
   ============================================================ */

:root {
  --brand:   #d6491f;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #2a1512;   /* 2 · secondary — dark espresso bands, footer */
  --brand-3: #f49f1e;   /* 3 · highlight — gold flame, stars, badges  */
  --canvas:  #faf6f0;   /* 4 · warm section background                */
  --ink:     #1c1210;   /* 5 · text                                   */
}
