@import url("theme_settings/theme_settings.css");

/* BRITSD (district) campus overrides.
   The DWS master design system lives in common_files/main.css, loaded on this
   page via the per-campus CMS master-CSS toggle. This file is auto-loaded by
   Edlio on every page and carries only campus-specific deviations from the
   master — typically empty for the district itself. */

/* District identity is bolded to stand out from the campus sites.
   body-qualified to out-specify common_files/main.css's .site-identity__name
   rule — this file's <link> loads before common_files/main.css on the page,
   so equal-specificity source order would otherwise let the master rule win. */
body .site-identity__name { font-weight: 700; }
