@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@media print
{
    .no-print{
        display: none !important;
    };
    body{
        font-size: 8.5pt;
    }
}

*{
    font-family: 'Inter', sans-serif;
    font-size: 9.5pt;
    color: #696969;
}

body{
    background-color: #f3f3f3;
}

.bg-gray{
    background-color: #f3f3f3;
}

.box-title{
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    letter-spacing: 0.03em;
    color: black;
    font-weight: 500;
}


input, select, textarea{
    font-family: 'Inter', sans-serif;
    font-size: 10pt !important;
    font-weight: 500 !important;
    margin: 3px !important;
    
}

.medium-bold{
    font-weight: 600;
}

.number-pricing{
    font-size: 10pt !important;
    margin: 3px;
}

.uppercase{
    text-transform: uppercase;
}

.table-title{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: black;
}

.tag{
    font-size: 7.5pt;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;

}

.blue{
    background-color: #CDE9F0;
    color: #267F94;
    
}

.yellow{
    background-color: #FDF782;
    color: #BBB202;
}

.green{
    background-color: #A5FEAB;
    color: #16A21F;
}

.red{
    background-color: #FEB0B0;
    color: #A21616;
}

.gray{
    background-color: #EDEDED;
    color: #868686;
}
