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

.mud-appbar {
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%) !important;
}

.mud-nav-menu .mud-nav-item .mud-nav-link {
    border-radius: 8px;
    margin: 4px 8px;
}

.mud-nav-menu .mud-nav-item .mud-nav-link.active {
    background-color: rgba(26, 35, 126, 0.1);
}

.mud-table-row:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.mud-progress-linear {
    border-radius: 4px;
}

.mud-paper {
    border-radius: 8px;
}

.mud-button {
    border-radius: 8px !important;
}

.mud-chip {
    border-radius: 16px !important;
}
