/* agriculture_land_classification — 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 bright ALC palette greens / blues / yellows. */
    --prior-sys-colour-chart-secondary: #121212;

    /* Drop the LAD fill opacity (default 0.85) so the basemap's rivers,
       roads and terrain show through the dense sub-LAD ALC polygons.
       Without this the choropleth reads as a wall of paint that buries
       city labels and waterways. */
    --prior-sys-colour-map-lad-fill-opacity: 0.65;
}
