body {
	padding: 0;
	margin: 0;
    position: relative;
  	font-optical-sizing: auto;
  	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-style: normal;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	margin-block-start: .375rem;
	margin-block-end: .25rem;
	line-height: 1.2;
}

h1, h2, h3 {
	font-family: aesthet-nova, serif;
	font-weight: 500;
	font-style: normal;
}

h1 {
	font-size: 2.75rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.125rem;
}

p {
	line-height: 1.35;
}

/* BLOG */

/* GRAVITY FORMS */

legend.gform-field-label, label.gform-field-label, div.gfield_description {
	font-size: 1.125rem;
}

/******/
/* MEDIA QUERIES */
/******/

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	h2 {
		font-size: ;
	}
	
	h3 {
		font-size: ;
	}
	
}

@media screen and (max-width: 767px) {
	
	h1, h2, h3, h4, h5, h6, p, blockquote {
		margin-block-start: .125rem;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	h2 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.25rem;
	}

}