/* main.css */
/* OUTCOME: master stylesheet importing all design system modules */
/* SPEC: Modular CSS architecture, one outcome per file */

/* ========================================
   WORLD-CLASS DESIGN SYSTEM
   Golden Ratio, Serif Typography, Gold Accents, WCAG AAA
   ======================================== */

/* 1. Design tokens and variables */
@import './design-system.css';

/* 2. Typography system */
@import './typography.css';

/* 3. Layout and navigation */
@import './layout.css';

/* 4. Buttons and interactive elements */
@import './buttons.css';

/* 5. Verse cards and scripture display */
@import './verse-cards.css';

/* 6. Start Here - Emotional Topics (Sprint 1-2) */
@import './start-here.css';

/* ========================================
   OUTCOME: Complete design system loaded
   All modules follow AI-Native Code principles
   ======================================== */
