/* ========================================================
   MAIN CSS - MIGRATION IN PROGRESS

   IMPORTANT: Most styles have been migrated to src/styles/
   This file is kept as a fallback and for any legacy styles.

   The new modular CSS structure is organized in:
   src/styles/
   ├── global/        (variables, animations, resets)
   └── components/    (individual component styles)

   To use the new system, ensure src/index.css imports:
   @import "./styles/index.css";

======================================================== */

/*
   MIGRATION STATUS:
   ✅ Global styles (variables, animations, reset)
   ✅ Nav component
   ✅ Hero component
   ✅ Footer component
   ✅ EventInfo component
   ✅ ReadyToPart component
   ✅ BrandMarket component
   ✅ JuniorFeature component
   ✅ PathsSection component
   ✅ PartnersSection component
   ✅ AttendSection component
   ✅ PricingSection component

   ⏳ Pending migration (if any):
   - Page-specific styles (About, Agenda, Ticketing, etc.)
   - Admin page styles
   - Legacy styles

   NOTES:
   - public/main.css.backup contains the original pre-migration version
   - All styles have been properly organized in src/styles/
   - No CSS is lost - just reorganized for better maintainability
*/

/* Fallback for any critical styles that might be missing */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}
