/* ============================================================
   Jazak Agent — Design System · global entry point
   Consumers link THIS file only. Keep it @import lines only.
   ============================================================ */

/* Webfonts (Google Fonts CDN — see readme: self-host for production) */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Hanken+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");

/* Design tokens */
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/effects.css";
