/* Fontes */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('fonts/Open_Sans/OpenSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito/Nunito-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Configurações Gerais */
*{
    font-family: 'Open Sans', 'Nunito', sans-serif !important;
}

/* Plugins */
.air-datepicker-global-container{
    z-index: 5000 !important;
}

.btn-xs{
    --bs-btn-padding-y: 0.25rem !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.75rem !important;
}

.text-info{
    color: #274CC4 !important;
}

.bg-info{
    background: #274CC4 !important;
}

.text-bg-info{
    color: #fff !important;
    background: #274CC4 !important;
}

.btn-info{
    color: #fff !important;
    background: #274CC4 !important;
    border-color: #274CC4 !important;
}

.btn-info:hover{
    background: #1F31AB !important;
    border-color: #1F31AB !important;
}

/* Custom */
.font-title{
    font-family: 'Open Sans Bold', sans-serif !important;
    font-weight: bold !important;
    color: #3977E9 !important;
}