/* ============================================================================
   Cerebrim — stylesheet entry point.

   The browser resolves these imports itself; there is no build step. Order
   matters: tokens first (every other file uses those variables), then base,
   then components, then section layout.
   ========================================================================== */

@import "tokens.css";
@import "base.css";
@import "components.css";
@import "sections.css";
