/* ============================================================
   THEME — Bloom Vietnamese Bistro
   Palette lifted from the lotus logo (assets/logo/logo.webp).
   Re-skin the entire site by editing these 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:   #1a8c8c;   /* 1 · TEAL    — primary: buttons, links, icons     */
  --brand-2: #0e4f4f;   /* 2 · DEEP TEAL — dark bands, footer, topline      */
  --brand-3: #c59b67;   /* 3 · GOLD    — stars, ratings, dark-band accents  */
  --brand-4: #ee905e;   /* 4 · ORANGE  — warm accent: 2nd CTA, prices, dots */
  --brand-5: #a2e3df;   /* 5 · MINT    — soft tints: pills, icon bubbles    */
  --canvas:  #faf6f0;   /* 6 · warm section background                      */
  --ink:     #201d1a;   /* 7 · text                                         */
}
