/*
 * ═══════════════════════════════════════════════════
 *  TaxiToLearn — Main CSS Entry Point
 *
 *  Imports all base tokens and shared components.
 *  Both pages link to this file plus their own layout.
 *
 *  Load order:
 *    base/variables  →  design tokens (must be first)
 *    base/reset      →  box model, body, layout prims
 *    base/typography →  reusable text helpers
 *    components/*    →  UI building blocks
 * ═══════════════════════════════════════════════════
 */

@import 'base/variables.css';
@import 'base/reset.css';
@import 'base/typography.css';

@import 'components/buttons.css';
@import 'components/placeholder.css';
@import 'components/nav.css';
@import 'components/footer.css';
