/******/
/*** TYPOGRAPHY ***/
/******/

@font-face { 
	font-family: 'satoshi-regular'; 
	src: url('/wp-content/themes/lantha/assets/fonts/Satoshi-Regular.otf') format('opentype'); 
	font-weight: normal; 
	font-style: normal; 
}

@font-face { 
	font-family: 'satoshi-bold'; 
	src: url('/wp-content/themes/lantha/assets/fonts/Satoshi-Bold.otf') format('opentype'); 
	font-weight: normal; 
	font-style: normal; 
}

body {
	font-family: "satoshi-regular", sans-serif;
	font-size: var(--text-lg);
	font-weight: var(--font-weight-medium);
	line-height: var(--leading-normal);
	font-style: normal;
	padding: 0;
	margin: 0;
    position: relative;
  	font-optical-sizing: auto;
}

h1, h2, h3 {
	font-family: "satoshi-bold", sans-serif;
	font-weight: var(--font-weight-extralight);
	line-height: var(--leading-tight);
	-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
	-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

h4 {
	font-family: "acumin-pro-wide", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1 {
	font-size: var(--text-7xl);
	margin-block-start: 1.5rem;
	margin-block-end: 1.5rem;
	line-height: 1.2;
}

h2 {
	font-size: var(--text-6xl);
	margin-block-start: 1rem;
	margin-block-end: 1rem;
	line-height: 1.2;
}

h3 {
	font-size: var(--text-5xl);
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

h4 {
	font-size: var(--text-base);
	margin-block-start: .375rem;
	margin-block-end: .375rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	color: var(--color-blue);
}

h5 {
	font-size: var(--text-2xl);
	font-weight: 700;
	margin-block-start: .25rem;
	margin-block-end: .25rem;
}

h6 {
	font-size: var(--text-xl);
	margin-block-start: .125rem;
	margin-block-end: .125rem;
}

em {
	font-style: italic;
}

p, blockquote, ul, li, .gform-theme--framework .gform-field-label, .gform_footer input.gform_button, #field_submit .gform-button.gform-button--white.button {
	margin-block-start: 0;
	margin-block-end: .5rem;
}

p, ul, li {
	font-size: var(--text-xl);
	margin-block-start: .75rem;
	margin-block-end: .75rem;
}

nav li {
	margin-block-start: 0!important;
	margin-block-end: 0!important;
}

nav li a {
	padding: .625rem 0;
}

.h1 {
	font-size: var(--text-7xl);
	font-weight: var(--font-weight-extralight);
	line-height: var(--leading-base);
	margin-block-start: .75rem;
	margin-block-end: .75rem;
}

.h2 {
	font-size: var(--text-6xl);
	font-weight: var(--font-weight-extralight);
	line-height: var(--leading-base);
	margin-block-start: .625rem;
	margin-block-end: .625rem;
}

.h3 {
	font-size: var(--text-5xl);
	font-weight: var(--font-weight-extralight);
	line-height: var(--leading-base);
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

.h4 {
	font-size: var(--text-4xl);
	font-weight: var(--font-weight-extralight);
	line-height: var(--leading-base);
	margin-block-start: .375rem;
	margin-block-end: .375rem;
}

.h5 {
	font-size: var(--text-2xl);
	margin-block-start: .25rem;
	margin-block-end: .25rem;
}

.h6 {
	font-size: var(--text-xl);
	margin-block-start: .125rem;
	margin-block-end: .125rem;
}

.p {
	font-size: var(--text-lg);
	font-weight: var(--font-weight-medium);
	line-height: var(--leading-normal);	
}

h1 span, h2 span, h3 span {
	font-family: "quincy-cf", serif;
	font-weight: var(--font-weight-semibold);
	font-style: italic;
	font-size: 120%;
}

/* BLOG */

/* GRAVITY FORMS */

legend.gform-field-label, label.gform-field-label, div.gfield_description {
	font-size: var(--text-lg);
}

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

@media screen and (min-width: 48rem) and (max-width: 100rem) {
	
	h1 {
		font-size: var(--text-7xl);
	}

	h2 {
		font-size: var(--text-6xl);
	}

	h3 {
		font-size: var(--text-4xl);
	}

	h5 {
		font-size: var(--text-xl);
	}

	h6 {
		font-size: var(--text-lg);
	}
	
	.h1 {
		font-size: var(--text-7xl);
	}

	.h2 {
		font-size: var(--text-6xl);
	}

	.h3 {
		font-size: var(--text-4xl);
	}

	.h4 {
		font-size: var(--text-3xl);
	}

	.h5 {
		font-size: var(--text-xl);
	}

	.h6 {
		font-size: var(--text-lg);
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1 {
		font-size: var(--text-3xl);
	}

	h2 {
		font-size: var(--text-2xl);
	}

	h3 {
		font-size: var(--text-xl);
	}

	h4 {
		font-size: var(--text-lg);
	}

	h5 {
		font-size: var(--text-base);
	}

	h6 {
		font-size: var(--text-sm);
	}
	
	.h1 {
		font-size: var(--text-3xl);
	}

	.h2 {
		font-size: var(--text-2xl);
	}

	.h3 {
		font-size: var(--text-xl);
	}

	.h4 {
		font-size: var(--text-lg);
	}

	.h5 {
		font-size: var(--text-base);
	}

	.h6 {
		font-size: var(--text-sm);
	}

}