/*
 * MatchdayHotels V12 presentation entrypoint.
 *
 * V12 consolidates the presentation layer without replacing proven platform,
 * routing, data, SEO, affiliate or maintenance services.
 *
 * Keep this file as the single V12 stylesheet entrypoint. Component-specific
 * styles can be added beneath /styles/v12/ without reintroducing release-
 * numbered stylesheet links into the document shell.
 *
 * Route-specific responsive files load before responsive.css; responsive.css
 * remains the final cross-page safety layer in the cascade.
 *
 * Cache generation 12003 is applied to every imported V12 layer so changing
 * the entrypoint cannot leave a browser using an older cached child stylesheet.
 */

@import url('/styles/v12/tokens.css?v=12003');
@import url('/styles/v12/base.css?v=12003');
@import url('/styles/v12/layout.css?v=12003');
@import url('/styles/v12/homepage.css?v=12003');
@import url('/styles/v12/club.css?v=12003');
@import url('/styles/v12/fixture.css?v=12003');
@import url('/styles/v12/fixture-responsive.css?v=12003');
@import url('/styles/v12/ground.css?v=12003');
@import url('/styles/v12/ground-responsive.css?v=12003');
@import url('/styles/v12/responsive.css?v=12003');
