/* Master stylesheet: shared foundations first, then individual components.
   Edit the matching file below when changing one part of the site. */

@import url("./base/theme.css");
@import url("./base/fonts.css");
@import url("./base/typography.css");
@import url("./components/navigation.css");
@import url("./sections/hero.css");
@import url("./components/dynamic-text.css");
@import url("./components/buttons.css");
@import url("./sections/about.css");
@import url("./sections/contact.css");
@import url("./components/footer.css");
@import url("./sections/robots.css");
@import url("./components/carousel.css");
@import url("./sections/gallery.css");
@import url("./sections/sponsors.css");
@import url("./base/accessibility.css");
