/**
 * Brand typography — global default.
 *
 * Manrope for body/UI text, Cormorant Garamond for headings/titles.
 *
 * This file is enqueued AFTER style.css (dependency on the 'konte-child'
 * handle), so these rules override the legacy `Graphik Web !important` global
 * rules that live in style.css (body, .rs-module .rs-layer, and the Elementor
 * .elementor-kit-7 typography variables) via later source order.
 *
 * Scope: this is the GLOBAL layer only — it restyles all templated pages
 * (shop, product, cart, account, blog, the slide-out panel) through
 * inheritance. The ~320 page-specific `#ID` computed-style rules in style.css
 * keep their own font via `#id` specificity and are handled page-by-page.
 *
 * The @font-face declarations themselves live in css/fonts.css.
 */

/* -------------------------------------------------------------------------
 * Body / UI text → Manrope
 * ---------------------------------------------------------------------- */

body {
	font-family: 'Manrope', sans-serif !important;
}

/* Revolution Slider layer text (was forced to Graphik Web). */
.rs-module .rs-layer {
	font-family: 'Manrope', sans-serif !important;
}

/* -------------------------------------------------------------------------
 * Headings / titles → Cormorant Garamond
 * ---------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
.product_title,
.entry-title,
.page-title,
.section-title,
.widget-title,
.konte-pinfo-panel__title {
	font-family: 'Cormorant Garamond', serif !important;
}

/* -------------------------------------------------------------------------
 * Elementor global typography defaults
 * (primary/secondary = headings → Cormorant; text/accent = body → Manrope)
 * ---------------------------------------------------------------------- */

.elementor-kit-7 {
	--e-global-typography-primary-font-family: 'Cormorant Garamond' !important;
	--e-global-typography-secondary-font-family: 'Cormorant Garamond' !important;
	--e-global-typography-text-font-family: 'Manrope' !important;
	--e-global-typography-accent-font-family: 'Manrope' !important;
}
