/* General rules for the custom font */

body {
	font-family: 'Open Sans';
	}
p {
	font-family: 'Open Sans';
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans'!important;
	font-weight: 700;
	}
span {
	font-family: 'Open Sans';
}

/* Specific fixes for consistency */

span.postinfo {
	font-size: 1.4em;
	}
.breadcrumbs {
	font-family: 'Open Sans';
	}
.breadcrumbs span {
	font-family: 'Open Sans';
	}
.top-bar-section ul li > a {
	font-family: 'Open Sans';
	font-weight: normal;
}
.main-navigation li {
	font-family: 'Open Sans';
	font-weight: normal;
}
.button {
	font-family: 'Open Sans';
	font-weight: normal;
}

.home-widget-area a {
	font-weight: normal;
	font-family: 'Open Sans';
}

h1.featured-title {
	font-size: 2.3rem;
}