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