/**
|------------------------
| =Skeleton
|------------------------
*/

body {
	font-family: 'Noto Sans', sans-serif;
}

/**
|------------------------
| =Header
|------------------------
*/

#headimg #logo-text .site-name  {
	font-family: 'Noto Sans', serif;
}

/**
|------------------------
| =Headings
|------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', serif;
}

/**
|------------------------
| =Form
|------------------------
*/

input[type='text'],
input[type='password'],
input[type='email'],
textarea,
select {
	font-family: 'Noto Sans', sans-serif;
}

.btn,
.btn:visited,
button,	
input[type='submit'],
input[type='reset'],
input[type='button'] {
	font-family: 'Noto Sans', sans-serif;
}

/**
|------------------------
| =Entry Meta
|------------------------
*/

.entry-meta,
.entry-meta-bottom  {
	font-family: 'Noto Sans', sans-serif;
}

/**
|------------------------
| =Menu Primary
|------------------------
*/

.menu ul a,
.menu ul a:visited  {
	font-family: 'Noto Sans', sans-serif;
}