﻿/* Aggregated stylesheet wrapper.
 * Base layout, shared components, and temporary Bootstrap 4 compatibility.
 *
 * Do NOT add ?v= cache-bust queries to these @import URLs. Under the
 * production CompressedManifestStaticFilesStorage, a ?v= on a nested @import
 * blocks Django from re-substituting the imported file's FINAL content hash
 * once that file's own hash shifts (base.css does, because it @font-faces the
 * self-hosted fonts). The result is a style.<hash>.css that imports a
 * base.<stale-hash>.css which 404s — an unstyled site. Content hashing already
 * busts caches; bump the ?v= on the <link> in templates/partials/base.html for
 * dev instead, or hard-refresh.
 */
@import url("css/base.8ecd6f051566.css");
@import url("css/components.59755bbe66ea.css");
@import url("css/bootstrap4-compat.7feeac249699.css");
