/* Import Google font face for use in heading */
@import url(https://fonts.googleapis.com/css?family=Merriweather);

/* Import Google font face for use in menu */
@import url(https://fonts.googleapis.com/css?family=Merriweather);

/* Import Google font face for use in body */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

/* Set font style for body */
body {
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 111%;
}

/* Set font style for heading */
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
.componentheading,
.contentheading {
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
}

/* Set font style for menu */
body #jsn-menu ul.menu-mainmenu a,
body #jsn-menu ul.menu-mainmenu li a span {
	font-family: 'Merriweather', 'Times New Roman', Times, serif;
}
