/**
 * Theme typography stylessheet
 *
 */

/* Headings */
.noah .noah-h1 {
	font-size: 36px;
	line-height: 1.22;
	font-weight: 600;
}

.noah .noah-h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
}

.noah .noah-h3 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 600;
}

.noah .noah-h4 {
	font-size: 26px;
	line-height: 1.23;
	font-weight: 600;
}

@media screen and ( max-width: 767px ) {
	.noah .noah-h1 {
		font-size: 30px;
		line-height: 1.26;
	}

	.noah .noah-h2 {
		font-size: 22px;
		line-height: 1.27;
	}

	.noah .noah-h3 {
		font-size: 26px;
		line-height: 1.23;
	}

	.noah .noah-h4 {
		font-size: 26px;
		line-height: 1.27;
	}
}
