@charset "utf-8";

@font-face {
	font-family: 'os';
	src: url('../fonts/OPPOSans.eot');
	src: url('../fonts/OPPOSans.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OPPOSans.woff2') format('woff2'),
	url('../fonts/OPPOSans.woff') format('woff'),
	url('../fonts/OPPOSans.ttf') format('truetype'),
	url('../fonts/OPPOSans.svg') format('svg');
}

.os, .os * {
	font-family: "os" !important;
}


@font-face {
	font-family: 'bebasneue';
	src: url('../fonts/BebasNeue.eot');
	src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BebasNeue.woff2') format('woff2'),
	url('../fonts/BebasNeue.woff') format('woff'),
	url('../fonts/BebasNeue.ttf') format('truetype'),
	url('../fonts/BebasNeue.svg') format('svg');
}

/*
100 - Thin
200 - Extra Light (Ultra Light)
300 - Light
400 - Regular (Normal、Book、Roman)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)

normal、regular 与 '400' 相同。
bold 与 '700' 相同。
bolder 指定外观的重量大于继承的值。
lighter 指定外观的重量小于继承的值。
*/