@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	src: url(../font/OpenSans-Light.ttf);
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 500;
	src: url(../font/OpenSans-SemiBold.ttf);
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	src: url(../font/OpenSans-Bold.ttf);
}