/* CUSTOM FONTS */
@font-face {
	font-family: "Gotham A";
	src: url("../fonts/GothamHTF-Book.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham B";
	src: url("../fonts/GothamHTF-Book.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Archer SSm A";
	src: url("../fonts/ArcherPro-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Archer SSm A";
	src: url("../fonts/ArcherPro-MediumIta.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Archer SSm A";
	src: url("../fonts/ArcherPro-Bold_0.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Archer SSm A";
	src: url("../fonts/ArcherPro-BoldIta.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Archer SSm B";
	src: url("../fonts/ArcherPro-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Archer SSm B";
	src: url("../fonts/ArcherPro-Bold_0.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Emmeline Regular";
	src: url("../fonts/Emmeline-Regular.woff2") format("woff2"),
		 url("../fonts/Emmeline-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
