h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-weight: 300 !important
}

h1,
h2,
h3,
h4,
h5,
.custom-primary,
.custom-bfont,
.custom-bfont.active {
	color: var(--red-900)
}

.nav-item:hover {
	border-bottom: 2px solid var(--red-900)
}

.border-custom-primary {
	border-color: var(--red-900)
}

.border-custom-primary:hover {
	color: var(--red-900) !important
}

.border-right {
	border-right: 0.5px solid var(--red-900) !important
}

.border-left {
	border-left: 0.5px solid var(--red-900) !important
}

button.next-link svg {
	stroke: var(--red-900)
}

hr.short {
	border-top: 1px solid var(--red-900)
}

.wpcf7-submit {
	background-color: var(--red-900)
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border-color: var(--red-900);
	background: transparent;
	border-radius: 0
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border-color: var(--red-900);
	background: var(--red-900);
	color: var(--white) !important;
	border-radius: 0
}

.table-responsive .dataTables_wrapper tr td strong,
.table-responsive .dataTables_wrapper tr td strong a {
	color: var(--red-900)
}

body,
.custom-bfont {
	color: var(--dark-gray);
}