/* ============================================================
   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 {
  --brand: #d32f2f;
  /* 1 · primary  — buttons, links, accents (Vibrant Red) */
  --brand-2: #570505;
  /* 2 · secondary — blue bands, footer (Navy Blue) */
  --brand-3: #f2a900;
  /* 3 · highlight — stars, badges, small hits (Gold) */
  --canvas: #f8fafc;
  /* 4 · fresh cool-toned canvas background (Off-white) */
  --ink: #1e293b;
  /* 5 · text (Slate-800 for readability) */
}