/* ============================================================
   SelectPdf 2026 (WP theme) - design-system entry.

   Theme-local copy of the .NET app's spdf.css that drops the layers
   the blog doesn't render:
     - pages-extra.css : marketing-page-specific layouts
     - admin.css       : admin-area styles

   wordpress/sync-assets.ps1 deliberately does NOT copy this file from
   src/SelectPdf.Web/wwwroot/assets/css/spdf.css for that reason - the
   source @imports both skipped layers and would 404 here. The other
   four layers ARE synced and overwritten by the script.

   Cascade order (must stay aligned with the .NET app's order):
     1. base       - tokens, reset, type, palette
     2. components - buttons, cards, code, chips, forms, FAQ
     3. chrome     - site nav + footer
     4. pages      - generic section layouts shared with marketing
     5. blog       - theme-only post/archive/sidebar layouts (loaded
                     separately via wp_enqueue_style, not @imported here)
   ============================================================ */

@import url("./base.css");
@import url("./components.css");
@import url("./chrome.css");
@import url("./pages.css");
