/* 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 */
  --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;
}
