@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
} 

* {
	font-family: 'Montserrat' !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.btn-primary {
	background-color: #6e43f8;
	border: #d8a6ff 1px solid;
}

.btn-secondary {
	background-color: #6e43f8;
	border: #d8a6ff 1px solid;
}

.btn {
	border-radius: 12px;
}

label {
	padding-left: 25px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {padding-top: 1.6em; }

//.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { border: none} 
