html, body {
    font-family: 'Inter', sans-serif;
    background: #F8F9FC;
}

.fw-bold { font-weight: 600 !important; }

/* Override MudBlazor defaults for cleaner look */
.mud-tab.mud-tab-active {
    color: #4F6EF7 !important;
}

.mud-tabs-panels {
    background: transparent !important;
}

.mud-card {
    border-radius: 12px !important;
}

.mud-dialog .mud-dialog-content {
    padding-top: 8px;
}
