/* environmental_designations - local overrides.
   Loaded AFTER ../../../resources/app.css so cascade order favours these. */

:root {
    /* Darker secondary chart colour so the England benchmark bars stand
       out against the muted greens / pinks of the designation palette. */
    --prior-sys-colour-chart-secondary: #121212;

    /* Drop the LAD fill opacity so the basemap's rivers, roads and
       terrain show through the dense designation polygons - especially
       Priority Habitats which covers ~15% of England. Without this the
       map reads as a wall of paint that buries waterways and city
       labels. */
    --prior-sys-colour-map-lad-fill-opacity: 0.6;
}
