body {
    font-family: Arial, sans-serif;
}

:root {
    --sidebar-max-width: 250px
}

[data-bs-theme=dark]{
    --filter-signature : invert(1)
}

.menu-item-label, .action-label {
    font-size: var(--font-size-xl);
}

.logo-custom {
    font-size: var(--font-size-xxl);
}

.title {
    font-size: var(--font-size-xl);
}

/*#main {*/
/*    height: 100%;*/
/*}*/

/*.row, .field-url {*/
/*    height: 100%;*/
/*}*/