/*  TYPOGRAPHY  ============================================================================= */

@font-face {
	font-family: 'OpenSansRegular';
	src: url('OpenSans-Regular-webfont.eot');
	src: local('OpenSans-Regular-webfont'), local('OpenSansRegular'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}

p {
hyphens : auto;
font-family: 'OpenSansRegular', Arial, sans-serif;
color: #000000;
}

body { font-family: 'OpenSansRegular', Arial, sans-serif; }
