/*
 * This shim file re‑exports the consolidated stylesheet used throughout the
 * project. Many HTML templates reference `main-consolidated.css`, which was
 * removed when the styles were consolidated into `main-consolidated-alt.css`.
 * To maintain backwards compatibility and restore the global navigation and
 * layout styles on all pages, this file simply imports the new bundle.
 */

@import url('main-consolidated-alt.css');