/*
 * Style index page.
 *
 * Renamed index.css -> index-v2.css: that asset is served with a 1-year
 * Cache-Control and no cache-busting, so a browser/CDN with the old
 * page cached would keep loading the old map.css include (interactive
 * map, no button) instead of the new map-v2.css - renaming forces a
 * fresh, never-cached URL (see pages/index.php).
 */
@import url("../includes/swiper/swiper.css");
@import url("../includes/swiper/lightgallery-bundle.min.css");
@import url("../includes/image-head.css");
@import url("../includes/half-text-section.css");
@import url("../includes/info-pictures.css");
@import url("../includes/text-section.css");
@import url("../includes/gallery.css");
@import url("../includes/video.css");
@import url("../includes/youtube-iframe.css");
@import url("../includes/map-v2.css");
