@font-face {
	font-family: "Founders Grotesk Regular";
	src: url("../fonts/founders-grotesk-web-regular.woff") format("woff"),
	url("../fonts/founders-grotesk-web-regular.woff") format("woff");
}

@font-face {
	font-family: "Founders Grotesk";
	src: url("../fonts/founders-grotesk-web-regular.woff2") format("woff2"),
	url("../fonts/founders-grotesk-web-regular.woff") format("woff");
}

@font-face {
	font-family: "Founders Grotesk Bold";
	src: url("../fonts/founders-grotesk-web-medium.woff") format("woff"),
	url("../fonts/founders-grotesk-web-medium.woff2") format("woff2");
	font-weight: 500;
}

@font-face {
	font-family: "GT Super Ds Trial";
	src: url("../fonts/GT-Super-Display-Bold-Trial.otf") format("opentype"),
	url("../fonts/GT-Super-Display-Bold-Trial.otf") format("opentype");
	font-weight: 900;
}
@font-face {
	font-family: "FoundersGrotesk-Light";
	src: url("../fonts/founders-grotesk-web-light.woff2") format("woff2");
}

@font-face {
	font-family: "GTSuperDSTrial-Md";
	src: url("../fonts/GT-Super-Display-Medium-Trial.otf") format("otf"),
	url("../fonts/GT-Super-Display-Medium-Trial.otf");
}

.panel-header {
	color: #000;
    font-size: 10rem;
    letter-spacing: -1px;
    text-align: left;
    font-family: "GTSuperDSTrial-Md";
}

.header-sub {
    font-family: "FoundersGrotesk-Light";
    font-size: 3.5rem;
    color: black;
    letter-spacing: -0.53px;
}

