/* ============================================================================
   with Gloria — Main Stylesheet (entry point)
   ----------------------------------------------------------------------------
   Single file every page links: <link rel="stylesheet" href="/assets/css/main.css">

   Files imported in cascade order:
     tokens.css        — :root variable declarations (also linkable standalone)
     style.css         — design system: base + components + animations
     page-layouts.css  — page-specific layouts, scoped @scope (body.page-<slug>)
============================================================================ */

@layer tokens, base, components, animations, utilities;

@import url("tokens.css") layer(tokens);
@import url("style.css");
@import url("page-layouts.css");
