﻿/* =============================
   Variáveis globais
   ============================= */
:root {
    --verde: #5BBE6A;
    --bege: #F2ECE5;
    --azul: #1D4E89;
    --amarelo: #FFD530;
}

/* =============================
   Reset e padrões
   ============================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}

td {
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}


/* =============================
   Fontes
   ============================= */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/fonts/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
