/*
Theme Name: Online Casino Moldova Theme
Theme URI: https://onlinecasinomoldova.com
Author: you
Description: Custom theme based on static HTML layout.
Version: 1.0
*/


@import url("../ocm-theme/assets/css/main.css");
@import url("../ocm-theme/assets/vendor/bootstrap/css/bootstrap.min.css");
@import url("../ocm-theme/assets/vendor/bootstrap-icons/bootstrap-icons.css");
@import url("../ocm-theme/assets/vendor/aos/aos.css");
@import url("../ocm-theme/assets/vendor/glightbox/css/glightbox.min.css");
@import url("../ocm-theme/assets/vendor/swiper/swiper-bundle.min.css");

/* remove underline from links in main content and footer */
.main a,
.section a,
.pricing-card a,
.feature-box a,
.faq a,
.footer a,
.header a,
.navmenu a {
  text-decoration: none !important;
}

/* и на hover можно задать поведение как в статику */
.main a:hover,
.section a:hover,
.pricing-card a:hover,
.feature-box a:hover,
.faq a:hover,
.footer a:hover,
.header a:hover,
.navmenu a:hover {
  text-decoration: none !important;
}
