/* ============================================================
   THE STARPRINTS — DESIGN SYSTEM ENTRY POINT
   Consumers link this single file. It is a manifest of @imports
   only — no rules live here directly.

   NOTE: the web-font @import is hoisted to the very top, ABOVE
   the local token imports, so the brand fonts (Cinzel / Cormorant
   / Montserrat) start downloading on the first hop instead of
   waiting for a nested import to resolve. This prevents the
   serif-fallback flash (Georgia → Times New Roman) on slow loads.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Cinzel+Decorative:wght@400;700;900&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
@import url('./components.css');
