/* ─────────────────────────────────────────────────────────────
   main.css — Import all CSS partials in dependency order.
   This is the only stylesheet referenced in index.html.
───────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@300;400;500;600&display=swap');

/* Tokens first — everything else references them */
@import './base.css';

/* UI components */
@import './header.css';
@import './footer.css';
@import './overlay.css';
