/* Generated by tools/build.py from the Joomla template preset
   (preset1: major / secondary). Edit the preset, not this file. */
:root{
  /* fills, borders, accent bars, chevrons - the brand blue */
  --accent: #7db4f4;
  /* Same blue, darkened only where it becomes TEXT. The original
     #7db4f4 on white is about 2.2:1, below the WCAG minimum, so
     headings and links use these instead. Set all three to the same
     value to go back to the exact original look. */
  --accent-text: #4a8bd4;   /* headings 25px+, on white   3.5:1 (AA large) */
  --accent-dark: #35719f;   /* links + nav, incl. on the  4.5:1 (AA) */
                            /* grey nav bar which is the tightest case */
  /* The scheme had no red. A hall closure is the one thing on the site
     that has to read as a warning, so it gets one — contrast-checked the
     same way --accent-text was: 6.5:1 on white, 5.7:1 on the tint below
     (which is what the band's own text sits on), 6.5:1 for white on it. */
  --warn: #b3261e;
  --warn-tint: #fdecea;
  --warn-line: #f3c3bf;
  /* The Ersatztermin traffic light. --warn above is the red of it.
     Both are darkened well past the usual web green/amber so the text
     on the tint clears 4.5:1 - and the planner never leans on colour
     alone anyway: every day carries its verdict in its aria-label and
     spells out the reasons in the panel. */
  --ok: #1b6b3a;
  --ok-tint: #e7f4ec;
  --ok-line: #b3d9c2;
  --care: #8a5a00;
  --care-tint: #fdf3e0;
  --care-line: #efd7a6;
  /* Not part of the traffic light: the day the match is on today, in
     the Ersatztermin calendar. It is no verdict at all - the light has
     spent red, amber and green on those - it is "you are here", so it
     gets the brand blue instead, darkened to the same 4.5:1 as
     --accent-dark for the white text of its badge. */
  --now: #35719f;
  --now-tint: #e8f1fa;
  --now-line: #bcd8f0;
  --dark: #1f2a30;
  --header-bg: #efefef;
  --text: #333;
  --muted: #6b7280;
  --line: #ddd;
  --bg: #fff;
  /* the old site ran a 1170px container with 15px gutters */
  --wrap: 1170px;
}
