/**
 * Домик в Деревне — Main Stylesheet
 * Entry point: imports all CSS modules in order.
 *
 * Load order:
 *   00 — Design tokens (CSS custom properties)
 *   10 — Base reset and typography
 *   20 — Layout utilities and WordPress block integration
 *   30 — Header / topbar
 *   40 — Hero section and buttons
 *   50 — Page sections (about, scenarios, world, rules, join, footer)
 *   99 — Responsive overrides
 */

@import 'modules/00-tokens.css';
@import 'modules/10-base.css';
@import 'modules/20-layout.css';
@import 'modules/30-header.css';
@import 'modules/40-hero.css';
@import 'modules/50-sections.css';
@import 'modules/99-mobile.css';
