/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Keep all storefront typography consistent while leaving icon fonts intact. */
:root {
	--site-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--theme-font-family: var(--site-font-family);
	--theme-button-font-family: var(--site-font-family);
	--theme-form-field-font-family: var(--site-font-family);
	--e-global-typography-primary-font-family: "Inter";
	--e-global-typography-secondary-font-family: "Inter";
	--e-global-typography-text-font-family: "Inter";
	--e-global-typography-accent-font-family: "Inter";
}

body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label,
legend,
table,
th,
td,
blockquote,
figcaption,
address,
.button,
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title,
.elementor-button,
.elementor-field,
.elementor-tab-title,
.elementor-tab-content,
.elementor-accordion-title,
.elementor-toggle-title,
.woocommerce,
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
	font-family: var(--site-font-family) !important;
}

@media (max-width: 767px) {
	body.home .hero .hero-copy {
		display: none !important;
	}

	body.home .hero .hero-media,
	body.home .hero .hero-media img {
		display: block;
		width: 100%;
		height: auto;
	}
}
