/* === Font Awesome 7 → Font Awesome 6 Free === */
@font-face {
	font-family: "Font Awesome 7 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/fonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
	font-family: "Font Awesome 7 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/fonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
	font-family: "Font Awesome 7 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("/fonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
	font-family: "Font Awesome Kit";
	font-style: normal;
	font-display: block;
	src: url("/fonts/fa-solid-900.woff2") format("woff2");
}

/* Solid-only glyphs in FA6 Free — force weight 900 */
.fa-regular.fa-arrow-right {
	font-weight: 900 !important;
}
.checkmarks > li::before {
	font-weight: 900 !important;
}

/* Footer nav sub-link spacing */
.coh-ce-87cf4110 > li > ul > li {
	padding-top: 0.5rem;
}
