/* ============================================================================
   Order of the Tile - THE FRONT PAGE, IN THE SEASON'S COLORS
   ----------------------------------------------------------------------------
   GENERATED from the season record. Do not hand edit. Regenerate with:

       python tools/season.py --front-css > season.css

   or the "Copy season.css" button on /marketing/accent.html.

   index.html links this AFTER its own <style> block, so these values win on
   source order. If it fails to load the page keeps the values written in
   index.html and simply looks like last season. Nothing breaks.

   The site is static, so a new season reaches the homepage the way everything
   else does: regenerate, commit, merge. A season changing what the whole site
   looks like should be a deliberate publish, not a background edit.

   CURRENT: Summer 2026, June to August 2026
   ============================================================================ */
:root{
  /* Seen beside other colors. These share a row on the page, so they have to
     work as a set: the four hero game cards, the grow four, today's three, the
     three ornament diamonds, and the two hero buttons. */
  --teal:#1AA294;     /* Play now button, the headline italic, tick marks, 3 box tops */
  --crak:#B2493D;     /* the LIVE NOW badge, 2 box tops */
  --blue:#3F6390;     /* Table Live and Grow kickers and italics, third diamond, 2 box tops */
  --violet:#8E6FA0;   /* Open it links, Grow column headings, 3 box tops */
  --bam:#5B8A4C;      /* No card needed, first diamond, Start here kicker, 2 box tops, free pill */
  --gold:#C79A2E;     /* Read the letter button, middle diamond, section tags, story rule, 1 box top */

  /* Never sits beside another accent, so these only have to read. */
  --teal-deep:#0F8074; /* button shadow, hero kicker, every Play arrow, hovers */
  --lilac:#C9B8C4;    /* the default box top and the email field border */

  /* Painted with, but not chosen from the season's set. Named here so no
     shadow is ever left holding last season's color. */
  --gold-deep:#A67E1F; /* the gold button's 3D shadow */
  --free:#2F7A4F;     /* the Free with login pill */
}
