/* ============================================================
   GLOBAL STYLESHEET (site entry point)
   ------------------------------------------------------------
   This file deliberately defines NO design of its own. It only
   pulls in the design layer that lives under _includes/design/
   (copied to /assets/css at build time — see .eleventy.js).

   Order matters: tokens (variables) must load before the
   design styles that consume them.

   To restyle the site, edit design/tokens.css and
   design/design.css — never add design rules here.
   ============================================================ */

@import url("../assets/css/tokens.css");
@import url("../assets/css/design.css");
