/**
 * Floralis Fonts — global override
 *
 * Replaces 'Amatic SC' with 'Cormorant Garamond' across the entire site.
 * Loaded on every page via functions.php.
 */

/* Default body font (when no specific stack applied) */
body {
	font-family: 'Cormorant Garamond', 'Times New Roman', serif;
}

/* Headings globally */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', 'Times New Roman', serif;
	font-weight: 500;
	letter-spacing: 0.01em;
}

/* Override every selector from style.css that pinned 'Amatic SC' */
.heading_section h1,
.breadcrumbs_section .breadcrumbs,
.breadcrumbs_section .breadcrumbs a,
.swiper-container .swiper-slide h2,
#meniul-nostru h2,
#recomandate-section h2,
#rezervare-section .content h2,
#galerie_foto_home h2.text-center,
.related.products > h2,
.products .product .woocommerce-loop-product__title,
.site-title,
.navbar-brand,
.logo a {
	font-family: 'Cormorant Garamond', 'Times New Roman', serif !important;
	font-weight: 500;
	letter-spacing: 0.01em;
}

/* Anywhere Amatic SC was set inline by JS or other plugins, neutralize via
   broad attribute matchers (style attribute font-family inline values). */
[style*="Amatic"] {
	font-family: 'Cormorant Garamond', 'Times New Roman', serif !important;
}
