@font-face {
    font-family: Jost;
    font-weight: 100;
    src: local(※),
        url('/fonts/Jost/Jost-Thin.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 200;
    src: local(※),
        url('/fonts/Jost/Jost-ExtraLight.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 300;
    src: local(※),
        url('/fonts/Jost/Jost-Light.ttf') format("truetype"),
}
@font-face {
	font-family: Jost;
	font-weight: 400;
	src: local(※),
		url('/fonts/Jost/Jost-Regular.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 500;
    src: local(※),
        url('/fonts/Jost/Jost-Medium.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 600;
    src: local(※),
        url('/fonts/Jost/Jost-SemiBold.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 700;
    src: local(※),
        url('/fonts/Jost/Jost-Bold.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 800;
    src: local(※),
        url('/fonts/Jost/Jost-ExraBold.ttf') format("truetype"),
}
@font-face {
    font-family: Jost;
    font-weight: 900;
    src: local(※),
        url('/fonts/Jost/Jost-Black.ttf') format("truetype"),
}
