/* ============================================================
   THEME: Fresh Table (Template TF)
   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 {
  /* Re-themed to the SMK Foods brand doc's "Spain Flag" palette
     (Section 3.2): deep red primary, golden-yellow secondary/highlight,
     charcoal ink, warm cream canvas. */
  --brand:   #aa151b;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #2b2b2b;   /* 2 · secondary — charcoal bands, footer     */
  --brand-3: #f1bf00;   /* 3 · highlight — stars, badges, small hits  */
  --canvas:  #fbf6ec;   /* 4 · warm section background                */
  --ink:     #2b2b2b;   /* 5 · text                                   */
}
