/* Global brand typography. Icon glyphs retain their own explicit font faces. */
:root {
	--theme-font-family: 'Manrope', sans-serif;
}

body,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, small, strong, em, b, i, li, dt, dd, th, td, label, legend, button, input, select, textarea, option) {
	font-family: 'Manrope', sans-serif !important;
}

body :where(button, input, select, textarea) {
	font-weight: inherit;
}

body :where(.ct-icon, .ct-icon *) {
	font-family: inherit;
}


/* WooCommerce represents rating stars with its dedicated icon font. */
body :where(.star-rating, .star-rating *) {
	font-family: star !important;
}