/* ============================================
   MAIN CSS — IMPORTS ALL GLOBAL & COMPONENT STYLES
   Include this file in every page, then add the
   page-specific stylesheet after it.
   ============================================ */

/* Global */
@import 'global/variables.css';
@import 'global/reset.css';
@import 'global/typography.css';
@import 'global/animations.css';

/* Components */
@import 'components/top-banner.css';
@import 'components/navbar.css';
@import 'components/buttons.css';
@import 'components/sections.css';
@import 'components/carousel.css';
@import 'components/ribbon.css';
@import 'components/page-hero.css';
@import 'components/cta-banner.css';
@import 'components/footer.css';
