/* 
	https://github.com/sharanda/manrope
	FREE FONTS : http://www.OnlineWebFonts.Com
*/

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	font-display: swap;
	src: local('Manrope ExtraBold'), url('./font/Manrope-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	font-display: swap;
	src: local('Manrope Bold'), url('./font/Manrope-Bold.woff2') format('woff2');
}

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-display: swap;
	src: local('Manrope SemiBold'), url('./font/Manrope-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-display: swap;
	src: local('Manrope Medium'), url('./font/Manrope-Medium.woff2') format('woff2');
}

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-display: swap;
	src: local('Manrope Regular'), url('./font/Manrope-Regular.woff2') format('woff2');
}

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-display: swap;
	src: local('Manrope Light'), url('./font/Manrope-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: "Manrope", sans-serif;
	font-weight: 200;
	font-display: swap;
	src: local('Manrope ExtraLight'), url('./font/Manrope-Thin.woff2') format('woff2');
}

@font-face {
	font-family: "Microsoft YaHei";
	font-display: swap;
	src: local('Microsoft YaHei'), url('./font/Microsoft-YaHei.woff2') format('woff2'), url('./font/Microsoft-YaHei.woff') format('woff');
}