.btn {
	border-radius: 0px !important;
}
.btn-primary { 
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
	border: 1px solid var(--bs-primary) !important;
}
.btn-outline-primary { 
	background-color: var(--bs-white) !important;
	color: var(--bs-primary) !important;
	border: 1px solid var(--bs-primary) !important;
}
.btn-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
	border: 1px var(--bs-secondary) !important;
}

.btn-outline-secondary { 
	background-color: var(--bs-white) !important;
	color: var(--bs-secondary) !important;
	border: 1px solid var(--bs-secondary) !important;
}
.btn-outline-triple { 
	background-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
	border: 1px solid var(--bs-grey) !important;
}