/* ============================================================
   THEME: S&T Vietnamese Kitchen (from the logo: gold noodle bowl, red wordmark)
   Re-skin the entire site by editing these six 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:   #bb0614;   /* 1 · primary  — logo red, buttons/links (6.7:1 on white) */
  --brand-2: #6b0a12;   /* 2 · secondary — deep logo red, dark bands + footer */
  --brand-3: #ffc509;   /* 3 · highlight — logo gold, stars/badges/small hits */
  --canvas:  #faf6f0;   /* 4 · warm section background                */
  --ink:     #201d1a;   /* 5 · text                                   */
  --logo-bg: #151718;   /* 6 · logo plate — the black behind the wordmark
                               in assets/logo/logo.webp; used by the
                               header and footer so the mark sits flush */
}
