html, body {
    font-family: 'Roboto', sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

.mud-nav-link.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12);
    border-left: 4px solid var(--mud-palette-primary);
}

.action-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 160px;
    align-items: center;
}

.action-icons-wrap .mud-icon-button {
    flex-shrink: 0;
}
