/* ═══════════════════════════════════════════════════════════════════
   SIGIL DESIGN SYSTEM — global entry point.
   Consumers link this one file. Import order matters:
   fonts → colors → typography → spacing → effects.
   Do NOT add rules here; this file is @imports only.
   ═══════════════════════════════════════════════════════════════════ */
@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
@import url('./tokens/effects.css');
