html, body {
    font-family: 'Inter', sans-serif;
    background-color: #0B0F19;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6,
.mud-typography-h1, .mud-typography-h2,
.mud-typography-h3, .mud-typography-h4,
.mud-typography-h5, .mud-typography-h6 {
    font-family: 'Poppins', sans-serif;
}

/* Scrollbar styling */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0B0F19; }
::-webkit-scrollbar-thumb { background: rgba(0, 175, 255, 0.3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0, 175, 255, 0.6); }

/* Blazor error UI */
#blazor-error-ui {
    background: #1A2035;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }

.mud-card { background-color: #141928 !important; }
.mud-paper { background-color: #141928 !important; }
.mud-nav-menu { background-color: transparent !important; }
.mud-drawer { background-color: #0B0F19 !important; }
