/* ─────────────────────────────────────────────────────────────
   Dis Play — Global Styles Entry Point
   @import only. Every rule lives in tokens/.
   Consumers: link this one file and all tokens load automatically.
   ───────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:opsz,wght@9..40,300..600&family=Space+Mono:wght@400;700&display=swap');

@import './tokens/colors.css';
@import './tokens/typography.css';
@import './tokens/spacing.css';
@import './tokens/effects.css';
