/**
 * Curavet Pet Clinic — Main Stylesheet
 * Entry point that imports all modular CSS files.
 *
 * Structure:
 *   base.css              → Design tokens, reset, typography, layout, buttons, utilities, animations
 *   components/navbar.css → Fixed navigation bar
 *   components/hero.css   → Hero section with slider and floating cards
 *   components/why-choose-us.css → Why Choose Us cards
 *   components/services.css      → Services grid
 *   components/products.css      → Product carousel + products page + product detail page
 *   components/about.css         → About section
 *   components/testimonials.css  → Testimonial cards
 *   components/footer.css        → CTA section + footer
 *   components/booking-modal.css → Booking form modal
 *   components/toast.css         → Toast notifications
 */

@import url('./base.css');
@import url('./components/navbar.css');
@import url('./components/hero.css');
@import url('./components/why-choose-us.css');
@import url('./components/services.css');
@import url('./components/products.css');
@import url('./components/about.css');
@import url('./components/testimonials.css');
@import url('./components/footer.css');
@import url('./components/booking-modal.css');
@import url('./components/toast.css');
