@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, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3 {
	line-height: 1.1;
	text-wrap: balance;
}

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

h2 {
	font-size: 3.25rem;
	margin-block-start: .5rem;
	margin-block-end: .5rem;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.product h1 {
	font-weight: 200;
	font-size: 3.25rem;
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

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

h4 {
	font-size: 1.0625rem;
	color: var(--red);
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

h5 {
	font-size: 1rem;
	font-weight: 700;
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

h6 {
	font-size: .875rem;
}

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

.h1, .h2, .h3 {
	font-weight: 100;
	line-height: 1.1;
}

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

.h2 {
	font-size: 3.25rem;
	margin-block-start: .25rem;
	margin-block-end: .25rem;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 700;
	font-style: normal;
}

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

.h4 {
	font-size: 1.0625rem;
	color: var(--red);
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

.h5 {
	font-size: 1rem;
	font-weight: 700;
	margin-block-start: .75rem;
	margin-block-end: .75rem;
}

.h6 {
	font-size: .875rem;
}

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

.eyebrow {
	font-weight: 700;
	text-transform: uppercase;
}

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

.single-post .light-gray h4 {
	font-family: var(--schmaltzy), cursive;
	font-size: 1.75rem;
}

h2.article__title {
	font-size: 2.5rem;
}

.single-post .inner-container h3 {
	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 700;
	font-size: 1.25rem;
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {

	h1 {
		font-size: 4rem;
	}

	.product h1, h2 {
		font-size: 2.75rem;
	}

	h3 {
		font-size: 2.5rem;
	}
	
	.h1 {
		font-size: 4rem;
	}

	.h2 {
		font-size: 2.75rem;
	}

	.h3 {
		font-size: 2.5rem;
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1 {
		font-size: 2.75rem;
	}

	.product h1, h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 2rem;
	}
	
	.h1 {
		font-size: 2.75rem;
	}

	.h2 {
		font-size: 2.25rem;
	}

	.h3 {
		font-size: 2rem;
	}
	
	h2.article__title {
		font-size: 2.125rem;
	}
	
	/* EXCEPTIONS */
	
	h2.mailpoet-heading {
		font-family: "Inter", sans-serif!important;
		font-weight: 700;
  		text-transform: uppercase!important;
	}

}