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

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

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

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

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

/* HEADINGS/TITLES */


h1, h2, h3 {
	font-family: "satoshi-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
}


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

h1 {
	font-size: 6.375rem;
	line-height: normal;
	letter-spacing: 0.637rem;
}

h2 {
	font-size: 6.375rem;
	line-height: 1.25;
}

h3 {
	font-size: 3rem;
	line-height: 1.25;
	padding-bottom: .45rem;
}

h4 {
	font-size: 2rem;
    padding-bottom: .625rem;
    line-height: normal;
    text-transform: uppercase;
}

.eyebrow, h5, h6, .color-name {
	font-family: "acumin-pro-wide", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .135rem;
}

p {
	font-size: 1.125rem;
	padding-bottom: .625rem;
	line-height: 1.7;
}

a {
	font-family: "acumin-pro-wide", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

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

@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	
	h1 {
		font-size: 6.375rem;
	}
	
	h2 {
		font-size: 6.375rem;
	}
	
	h3 {
		font-size: 3rem;
	}
	
	h4 {
		font-size: 1.5rem;
	}
	
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
	
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
	
	h3 {
		font-size: 2rem;
	}
	
	h4 {
		font-size: 1.75rem;
	}
	
	h5 {
		font-size: 1.5rem;
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1, h2, h3, h4, h5, h6, p, blockquote {
		margin-block-start: .125rem;
	}
	
	h1 {
		font-size: 3.5rem;
	}
	
	h2 {
		font-size: 3rem;
	}
	
	h3 {
		font-size: 2.2rem;
	}
	
	h4 {
		font-size: 1.25rem;
	}
	
	h5 {
		font-size: 1rem;
	}
	
	p.text-body-large {
		font-size: ;
	}

}