/* Manuscriptum — Main stylesheet entry point
 *
 * Import order matters:
 *   1. design-tokens (CSS variables) — must come first, everything else consumes them
 *   2. reset + base typography
 *   3. components (atoms + utilities)
 *
 * Page-specific styles can be added with additional <link> tags in the page template,
 * or appended below this file as Phase 8 progresses.
 */

@import url("./_design-tokens.css");
@import url("./_reset.css");
@import url("./_components.css");

/* Source Serif 4, Inter, JetBrains Mono — Google Fonts.
 * Self-hosting deferred to Phase 9 when fonts are stable. */
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");
