/* ============================================================
   T-PAC THEME — the one file that controls brand look site-wide.
   ------------------------------------------------------------
   DENNIS: put your exact brand hex codes in the three slots
   below and the whole site follows. The logo goes at /logo.png
   (header shows it automatically; the wordmark renders until the
   file exists).
   ============================================================ */
:root {
  /* >>> BRAND COLOR SLOTS — replace these three hex values <<<
     Current values are sampled from the real Total Package
     customization pricing sheet (navy + red + white). Overwrite
     with the official brand hexes whenever Dennis supplies them. */
  --accent: #C41E28;        /* Total Package red (buttons, slashes, sale) */
  --ink: #0B1F4D;           /* Total Package navy (text + dark bands) */
  --paper: #FFFFFF;         /* page background */
  /* >>> end brand slots <<< */

  --accent-ink: #FFFFFF;    /* text on accent */
  --panel: #F4F4F1;         /* light gray cards/bands */
  --line: #E4E4E1;
  --muted: #6B6B70;

  --display: 'Anton', 'Arial Black', sans-serif;  /* headlines, prices, sport names */
  --body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;

  --radius: 10px;
  --maxw: 1080px;
}
