@font-face {
	font-family: Elfkin;
	font-style: normal;
	src: url("../fonts/elfkin.woff2") format('woff2');
}

@font-face {
	font-family: Sailing-Club;
	font-style: normal;
	src: url("../fonts/sailing-club.woff2") format('woff2');
}

:root {
	--type-elfkin: "Elfkin", serif;
	--type-sailing-club: "Sailing-Club", serif;
}

body {
	font-family: "avenir-lt-pro", 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: var(--type-sailing-club);
	font-weight: 500;
	font-style: normal;
}

h1 em, h2 em, h3 em, .accent {
	font-family: var(--type-elfkin);
	font-style: normal!important;
}

h4, h5, h6 {
	font-family: "wedding-gothic-atf", sans-serif;
	font-weight: 700;
	font-style: normal;
}

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

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

h3 {
	font-size: 4.2rem;
	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: "wedding-gothic-atf", sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: 0.1875rem;
	text-transform: uppercase;
}

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

a {
	font-family: "wedding-gothic-atf", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1875rem;
	text-transform: uppercase;
	font-size: 0.625rem;
}

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

@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	
	h1 {
		font-size: 8rem;
	}
	
	h2 {
		font-size: 8rem;
	}
	
	h3 {
		font-size: 4.2rem;
	}
	
	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: ;
	}

}