/**
 *	Styling for the Pagination
 */

.chdp-pagination {
	width: 100%;
	text-align: center;
	font-weight: 700;
    @extend %heading-font;
	.nav-links {
		& > * {
			margin: .8em;
			color: $primary;
		}
		span.current {
			position: relative;
			color: lightness(white, -35%);
			font-weight: 700;
		}
	}
}
