// _typography.scss

h2,
h3 {
	border-bottom: 1px solid lighten(#989da1, 20%);
	color: #989da1;
	font-style: italic;
	font-weight: 400;
	margin-top: 0;
}

h2 {

	small {
		display: block;
		font-size: $font-size-base;
		font-style: normal;
		font-weight: 700;
		margin: 6px 0 10px;

		a {
			color: $text-color;
		}

	}

}

h4 {
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
}

h5 {
	font-weight: 700;
	line-height: 1.25;

	a {
		color: $headings-color;
	}

	small {
		display: block;
		font-size: $font-size-base * 0.875;
		line-height: 1.28571429;
	}

}
