@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:not(.material-symbols-outlined):not(.material-symbols-rounded):not(.material-symbols-sharp) {
    font-family: 'Roboto', sans-serif !important;
}

html, body, button, input, select, textarea, span:not(.material-symbols-outlined):not(.material-symbols-rounded):not(.material-symbols-sharp), p, div, h1, h2, h3, h4, h5, h6, a, label, strong, small {
    font-family: 'Roboto', sans-serif !important;
}

.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

html, body {
    background-color: #FFFFFF;
    color: #000000;
    min-height: 100vh;
    width: 100%;
}

a {
    color: inherit;
}

/* Blazor error boundary */
#blazor-error-ui {
    background: #FEF2F2;
    color: #991B1B;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 13px;
}

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