body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-active-item {
    border-left: 4px solid #894872;
    background-color: rgba(137, 72, 114, 0.1);
    color: #894872;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #d4c2ca;
    border-radius: 10px;
}

/* Suporte a tabelas responsivas sem deformar colunas */
.overflow-x-auto {
    -webkit-overflow-scrolling: touch;
}