/* Typography */
.cjne-heading-1 {
	font-family: 'Ysabeau';
	font-weight: 600;
	font-size: 61px;
	line-height: 110%;
}

.cjne-heading-2 {
	font-family: 'Ysabeau';
	font-weight: 600;
	font-size: 49px;
	line-height: 110%;
}

.cjne-heading-3,
.tab-content #articlesBySameAuthorList h3 {
	font-family: 'Ysabeau';
	font-weight: 600;
	font-size: 39px;
	line-height: 120%;
}

.cjne-heading-4 {
	font-family: 'Ysabeau';
	font-weight: 600;
	font-size: 31px;
	line-height: 120%;
}

.cjne-heading-6 {
	font-family: 'Ysabeau';
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
}

.cjne-footer-heading {
	font-family: 'Ysabeau';
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	letter-spacing: 0;
}

.cjne-aboriginal-heading {
	font-family: 'Noto Sans Canadian Aboriginal';
	font-weight: 400;
	font-size: 20px;
	line-height: 170%;
}

.cjne-paragraph-text,
.cjne-paragraph-text p,
.cjne-paragraph-text > p,
.cjne-paragraph-text span,
.cjne-paragraph-text p span,
.cjne-paragraph-text p a,
.cjne-paragraph-text li,
div.cjne-paragraph-text#citationOutput,
.tab-content #articlesBySameAuthorList ul li {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0;
}

.cjne-paragraph-sm-text,
.cjne-paragraph-sm-text p {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0;
}

.cjne-paragraph-text-sb {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0;
}

.cjne-paragraph-sm-text-sb {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0;
}

.cjne-paragraph-text-sb a,
.cjne-paragraph-text-sb a:link,
.cjne-paragraph-text-sb a:visited,
.cjne-paragraph-text-sb a:active,
.cjne-paragraph-text-sb a:focus {
	text-decoration: none;
	font-weight: 600;
}

/* Custom Typography Elements */
.cjne-paragraph-text a,
.cjne-paragraph-text a:link,
.cjne-paragraph-text a:visited,
.cjne-paragraph-text a:active,
.cjne-paragraph-text a:focus,
.cjne-paragraph-text a:hover,
.cjne-paragraph-sm-text a,
.cjne-paragraph-sm-text a:link,
.cjne-paragraph-sm-text a:visited,
.cjne-paragraph-sm-text a:active,
.cjne-paragraph-sm-text a:focus {
	font-weight: 600;
}

.cjne-primary-button .cjne-primary-button-text {
	line-height: 0;
}

.cjne-footer-sm-text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}

@media (max-width: 768px) {
	.cjne-heading-1 {
		font-size: 49px;
	}

	.cjne-heading-2 {
		font-size: 39px;
	}

	.cjne-heading-3 {
		font-size: 31px;
	}

	.cjne-heading-4 {
		font-size: 25px;
	}
}

@media (max-width: 480px) {
	.cjne-heading-1 {
		font-size: 38px;
	}

	.cjne-heading-2 {
		font-size: 31px;
	}
}
