/* Abundance — main stylesheet.
 *
 * This file is intentionally tiny. The actual styles live in styles/, split
 * into five files by concern. Edit those, not this one.
 *
 *   styles/tokens.css      — design tokens (colors, fonts, sizes)
 *   styles/base.css        — resets, typography, links, lists
 *   styles/layout.css      — page structure (container, masthead, hero, sections, toc, footer)
 *   styles/components.css  — reusable patterns (cards, pilots, stats, dials, FAQ)
 *   styles/print.css       — print/PDF override
 *
 * Order matters: tokens must come first so subsequent files can use the
 * CSS custom properties they define.
 */
@import url("styles/tokens.css");
@import url("styles/base.css");
@import url("styles/layout.css");
@import url("styles/components.css");
@import url("styles/print.css");
