.breadcrumb .breadcrumb-item {
	font-family: $font-family-secondary;

	&::before {
		font-family: $font-family-sans-serif;
		font-weight: $font-weight-semibold;
	}
	&.active {
		color: var(--bs-body-color);
	}
}