@font-face {
  font-family: 'tay-milkbar';
  src: url('/wp-content/themes/colony-park/assets/fonts/TAYMilkbar.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

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

em {
	font-style: italic;
}

.accent {
	font-family: 'tay-milkbar';
}

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: roca, sans-serif;
	font-weight: 700;
	font-style: normal;
}

h4, h5, h6 {
	font-family: museo-sans-rounded, 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-size: 1.125rem;
	padding-bottom: 0;
	letter-spacing: 0.18em;
	font-weight: 900;
	text-transform: uppercase;
}

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

a {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

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

}