@import url("https://use.typekit.net/hgi5dod.css");

html {
	margin: 0;
	padding: 0;
	background-color: #000000;
}


body {
	--swatch-7: #ca1c14;
	--swatch-8: #566741;
	--swatch-1: #db7987;
	--colorfilter-color: #FF0000;
	--colorfilter-color-opacity: 1;
	--colorfilter-mix: lighten;
	--colorfilter-grayscale: 1;
	--swatch-2: #1e224e;
	margin: 0vh;
}


.bodycopy {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(1, 1, 1, 1);
	font-family: "futura-pt";
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	display: block;
	z-index: 100;
}

.bodycopy-white {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "futura-pt";
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	display: block;
	z-index: 100;
}


.bodycopy a {
	color: rgba(1, 1, 1, 1);
	border-bottom: 0px solid rgba(127, 127, 127, 0.2);
	text-decoration: underline;
	text-decoration-color: #010101;
}

h1 {
	font-family: futura-pt;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	font-size: 2.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: -0.02em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	filter: drop-shadow(0.5rem 0.5rem 0.50rem rgba(0, 0, 0, 0.48));
	display: inline-block;
	will-change: filter;
	padding: 0.1em;
}


h1 a {
	text-decoration: none;
}


h2 {
	font-family: futura-pt;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	font-size: 2.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: -0.02em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;

}


h3 {
	font-family: futura-pt;
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(1, 1, 1, 1);
	line-height: 1.2;
	letter-spacing: 0;
	display: block;
	z-index: 100;
}

.body-black {
	--text-style: "Body White";
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: futura-pt;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	display: block;
}


.body-black a {
	color: #ffffff;
	;
	border-bottom: 0px solid rgba(127, 127, 127, 0.2);
	text-decoration: underline;
}



.large {
	--text-style: "LARGE";
	font-size: 2em;
	font-weight: bold;
	color: #1e224e;
	font-family: futura-pt;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.009em;
	filter: drop-shadow(1.1rem 1.1rem 0.37rem #000000);
	will-change: filter;
	transition: 0.15s;
	filter: blur(.25vw);
}

.large:hover {
	color: rgba(255, 255, 255, 1);
	font-size: 4em;
	opacity: 1;
	filter: blur(0);
	transition: 0.15s;
	transition-timing-function: ease-in-out
}

.large a {
	color: #1e224e;
	border-bottom: 0px solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
	text-decoration-color: #010101;
}


.grow {
	transition: transform 0.3s ease-in-out;
}

.grow:hover {
	transform: scale(1.1);
}

