body{
    font-family: "Outfit";
}
.form-control{
    border-width: 2;
}
.form-control:focus{
    box-shadow: none;
}
.icon-small{
    font-size: 0.5em;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}