
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


*{
    font-family: "Outfit", sans-serif;
}

.text-black {
    color: black !important;
}


.gap-2{
    gap: .5rem !important;
}



.hidden{
    display: none !important;
}


.search-input{
    padding: .275rem .75rem !important;
    font-size: .9rem !important;
    height: 35px !important;
}
.search-btn{
    font-size: .9rem !important;
    height: 35px !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.nowrap{
    white-space: nowrap;
}

.textwrap{
    white-space: wrap;
}
