@font-face {
	font-family: Editorial;
	font-style: normal;
	font-weight: 300;
	src: url("/wp-content/themes/colony-park/assets/fonts/editorial-old/editorial_old_regular_300.woff2") format('woff2');
}

@font-face {
	font-family: Editorial-Italic;
	font-style: normal;
	font-weight: 300;
	src: url("/wp-content/themes/colony-park/assets/fonts/editorial-old/editorial_old_italic_300.woff2") format('woff2');
}

:root {
	--editorial: "Editorial", serif;
	--editorial-italic: "Editorial-Italic", serif;
}

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

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

/* HEADINGS/TITLES */


h1, h2, h3, h4, h5, h6, p, blockquote {
	margin-block-start: .375rem;
	margin-block-end: .25rem;
	font-family: "Libre Franklin", sans-serif;
	line-height: 1.5;
}

h2, h3, h1.article-title {
	font-family: var(--editorial);
	font-feature-settings: 'dlig';
	letter-spacing: -.0125em;
	line-height: 1.125;
	margin-block-end: 1rem;
	-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
	-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

h2 em, h3 em {
	font-family: var(--editorial-italic);
	font-style: normal;
	font-feature-settings: 'dlig';
}

h1 {
	font-size: 1.125rem;
	font-weight: 400;
}

h2, h1.article-title {
	font-size: 8rem;
	font-weight: 400;
}

h3 {
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 400;
}

h4 {
	font-size: 1.125rem;
}

h5, .eyebrow {
	font-size: 1rem;
	font-weight: 400;
}

h6 {
	font-size: 1rem;
}

.h1 {
	font-family: "Libre Franklin", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}

.h2 {
	font-family: var(--editorial);
	font-style: normal;
	font-feature-settings: 'dlig';
	font-size: 8rem;
	line-height: 1.125;
}

.h3 {
	font-family: var(--editorial);
	font-style: normal;
	font-feature-settings: 'dlig';
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 400;
}

.h4, .h5 {
	font-family: "Libre Franklin", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0;
	margin: 0;
    position: relative;
}

.h5 {
	font-size: 1rem;
	line-height: 1.5;
}

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

}