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

    /* LAD fill opacity. 0.75 lets the basemap's rivers / roads /
       terrain show through the dense designation polygons (especially
       Priority Habitats which covers ~15% of England) while keeping
       the palette colours readable. */
    --prior-sys-colour-map-lad-fill-opacity: 0.75;
}
