@font-face {
	font-family: Schmaltzy;
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/schmaltzy-light.woff2") format('woff2');
}

:root {
	--schmaltzy: "Schmaltzy", serif;
}

body, input::placeholder {
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 400;
  	font-style: normal;
    position: relative;
	color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
}

h1, h2 {
	font-family: var(--schmaltzy), cursive;
	font-weight: 200;
	line-height: 1.1;
	text-wrap: balance;
}

h1 {
	font-size: 5rem;
}

h2, .single-product h1.product_title {
	font-size: 3.5rem;
}

h3 {
	font-family: dharma-gothic-e, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: .9375rem;
	font-weight: 600;
}

p {
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-block-start: .75rem;
	margin-block-end: .625rem;
}

.h1 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
	font-size: 5rem;
	font-family: var(--schmaltzy), cursive;
	font-weight: 200;
	line-height: 1.1;
	text-wrap: balance;
}

.h2 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
	font-size: 3.5rem;
	font-family: var(--schmaltzy), cursive;
	font-weight: 200;
	line-height: 1.1;
	text-wrap: balance;
}

.h3 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
	font-family: dharma-gothic-e, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
}

.h4 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
  	font-optical-sizing: auto;
}

.h5 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
  	font-optical-sizing: auto;
}

.h6 {
	margin-block-start: 1rem;
	margin-block-end: .5rem;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: .9375rem;
	font-weight: 600;
}

.p {
	font-family: "Inter", sans-serif;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-block-start: .75rem;
	margin-block-end: .625rem;
}

.eyebrow {
	font-family: "Inter", sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-block-start: .75rem;
	margin-block-end: .625rem;
}

.cart-contents-count {
	font-family: "Inter", sans-serif;
	font-size: .75rem;
  	font-optical-sizing: auto;
	font-weight: 400;
  	font-style: normal;
    position: relative;
}

ol {
	margin-left: 1.5rem;
	line-height: 1.6;
}

@media screen and (max-width: 47.9375rem) {
	
	h1 {
		font-size: 2.75rem;
	}
	
	h2, .single-product  h1.product_title {
		font-size: 2.25rem;
	}
	
	h3 {
		font-size: 2rem;
	}
	
	h6 {
		font-size: .75rem;
	}
	
	.h1 {
		font-size: 2.75rem;
	}
	
	.h2 {
		font-size: 2.25rem;
	}
	
	.h3 {
		font-size: 2rem;
	}
	
	.h6 {
		font-size: .75rem;
	}
	
	/* EXCEPTIONS */
	
	h2.mailpoet-heading {
		font-family: "Inter", sans-serif!important;
		font-weight: 700;
  		text-transform: uppercase!important;
	}

}