html, body {
    font-family: 'Reddit Sans', 'Roboto', 'Segoe UI', system-ui, sans-serif;
    height: 100%;
    margin: 0;
}

.jam-logo { height: 40px; width: auto; display: block; }
.jam-logo-dark { display: none; }
[data-theme="escuro"] .jam-logo-light { display: none; }
[data-theme="escuro"] .jam-logo-dark { display: block; }

#blazor-error-ui {
    background: #ffcdd2;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#blazor-error-ui .dismiss { cursor: pointer; float: right; }
