/* for low-res screens, use Regular font-weight instead of Light */
@media (-webkit-max-device-pixel-ratio: 1.3), (max-resolution: 124.8dpi) {
	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: normal;
	}
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
}
