/**
 * main.css
 * Single entry point for the whole site. Order matters: tokens first,
 * then reset, then typography, then components, then layout, then the
 * current page's overrides.
 *
 * NOTE: this project intentionally ships plain CSS with @import and no
 * build-time bundler — there is no framework/dependency to justify one
 * yet. If/when the stylesheet grows enough to matter for performance,
 * swap this for a bundled build without touching how the partials are
 * authored.
 */
@import url('base/variables.css');
@import url('base/reset.css');
@import url('base/typography.css');

@import url('components/buttons.css');
@import url('components/nav.css');
@import url('components/cards.css');
@import url('components/texture.css');
@import url('components/faq.css');
@import url('components/forms.css');
@import url('components/footer.css');
@import url('components/empty-state.css');

@import url('layout/sections.css');

@import url('pages/home.css');
