/* ==========================================================================
   ENTRY POINT
   ==========================================================================

   The only stylesheet base.njk links to. Everything else loads through the
   imports below, in numeric order — see the "Numbered layers" section of
   docs/ARCHITECTURE.md for why order is the whole point: specificity
   conflicts are resolved by load order, not by !important or selector
   weight.

   06-a11y.css imports last on purpose. It is the accessibility floor and
   must be able to override any component above it.
   ========================================================================== */

@import url("00-tokens.css");
@import url("01-fonts.css");
@import url("02-reset.css");
@import url("03-base.css");
@import url("04-layout.css");
@import url("05-components.css");
@import url("06-a11y.css");
