/*
 * Stylesheet entry, linked from each page's <head>.
 *
 * Deliberately NOT imported from TypeScript: Vite's dev server serves
 * TS-imported CSS as a JS module that injects <style> tags at runtime, so the
 * browser paints the page unstyled first. Linked from the HTML it is
 * render-blocking in dev and in production alike.
 *
 * Vite inlines these @imports into a single file at build time.
 */
@import '@fontsource-variable/outfit';
@import './tokens.css';
@import './base.css';
@import './layout.css';
@import './components.css';
