/* =============================================================================
   madeleines-shared-css
   shared.css — barrel file
   Imports all tokens and base layers in the correct order.
   Usage:
     <link rel="stylesheet" href="/node_modules/@madeleinehhhh/madeleines-shared-css/shared.css">
     <link rel="stylesheet" href="/css/site.css">
   Note: base/animation.css is NOT included here — load it separately
   on pages that use blobs, after this file and before site.css.
   ============================================================================= */

/* — Tokens ------------------------------------------------------------------ */
@import "./tokens/color.css";
@import "./tokens/type.css";
@import "./tokens/space.css";
@import "./tokens/motion.css";

/* — Base -------------------------------------------------------------------- */
@import "./base/fonts.css";
@import "./base/reset.css";
@import "./base/type.css";
@import "./base/layout.css";
@import "./base/animation.css";