@font-face {
	font-family: "Degular";
	src: url("/wp-content/themes/eastiny/assets/fonts/DegularDemo-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Degular-Semi";
	src: url("/wp-content/themes/eastiny/assets/fonts/DegularDemo-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sink";
	src: url("/wp-content/themes/eastiny/assets/fonts/Sink.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Midruns Script";
	src: url("/wp-content/themes/eastiny/assets/fonts/demomidrunsscript-r9goo.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* BASE TYPE */

body {
	font-family: "Degular", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0;
	margin: 0;
	position: relative;
}

em {
	font-family: "Degular", sans-serif;
	font-weight: 500;
	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: "Sink", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 6.375rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 600;
}

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

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

/* SUBHEADINGS */

h4,
.eyebrow,
.color-name {
	font-family: "Degular-Semi", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.color-name {
	letter-spacing: .08em;
}

/* BODY */

p {
	font-family: "Degular", sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
	padding-bottom: .625rem;
	line-height: 1.7;
	text-transform: none;
}

/* BUTTONS / LINKS */

a,
button,
.button,
h5,
h6, nav a {
	font-family: "Sink", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1.125rem;
}

nav li {
	letter-spacing: .1em;
	margin-bottom: -0.5rem;
}

h5 {
	font-size: 1.145rem;
}


.accent,
.script,
em {
	font-family: "Midruns Script", cursive;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

h5 {
	font-family: "Degular-Semi", sans-serif;
	font-weight: 600;
}

/******/
/* 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: ;
	}

}