/* @font-face {
	font-family: Roboto;
	src: url("font/Roboto-Regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url("font/Roboto-Light.ttf");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url("font/Roboto-Bold.ttf");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
} */
@font-face {
    font-family: "Proxima Nova";
    src: url("font/Proxima-Nova/ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("font/Proxima-Nova/ProximaNova-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("font/Proxima-Nova/ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("font/Proxima-Nova/ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Condensed";
    src: url("font/Proxima-Nova-Condensed/ProximaNovaCondensed-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Condensed";
    src: url("font/Proxima-Nova-Condensed/ProximaNovaCondensed-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}