.bg-primary {
	background-color: hsl(38, 99%, 50%) !important;
}

.bg-primary:hover {
	background-color: hsl(38, 99%, 60%) !important;
}

.bg-primary-disabled {
	background-color: hsl(38, 99%, 60%) !important;
}

.border-primary {
	border-color: hsl(38, 99%, 50%) !important;
}

.text-primary {
	color: hsl(38, 99%, 50%) !important;
}

.text-primary:hover {
	color: hsl(38, 99%, 60%) !important;
}

.bg-secondary {
	background-color: hsl(28, 100%, 74%) !important;
}

.bg-secondary:hover {
	background-color: hsl(28, 100%, 74%) !important;
}

.border-secondary {
	border-color: hsl(28, 100%, 74%) !important;
}

.text-secondary {
	color: hsl(28, 100%, 74%) !important;
}

.text-secondary:hover {
	color: hsl(28, 100%, 74%) !important;
}
