.bg-primary {
	background-color: hsl(197, 59%, 26%) !important;
}

.bg-primary:hover {
	background-color: hsl(197, 59%, 36%) !important;
}

.bg-primary-disabled {
	background-color: hsl(197, 59%, 36%) !important;
}

.border-primary {
	border-color: hsl(197, 59%, 26%) !important;
}

.text-primary {
	color: hsl(197, 59%, 26%) !important;
}

.text-primary:hover {
	color: hsl(197, 59%, 36%) !important;
}

.bg-secondary {
	background-color: hsl(182, 20%, 78%) !important;
}

.bg-secondary:hover {
	background-color: hsl(182, 20%, 78%) !important;
}

.border-secondary {
	border-color: hsl(182, 20%, 78%) !important;
}

.text-secondary {
	color: hsl(182, 20%, 78%) !important;
}

.text-secondary:hover {
	color: hsl(182, 20%, 78%) !important;
}
