:root {
    color-scheme: dark;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #111111;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    background: #111111;
}

button,
input {
    font: inherit;
}

h1:focus {
    outline: none;
}

#blazor-error-ui {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1000;
    display: none;
    padding: 1rem 3rem 1rem 1rem;
    border: 1px solid #c49a52;
    border-radius: 0.8rem;
    background: #f4eee6;
    color: #111111;
}

#blazor-error-ui .reload {
    margin-left: 0.5rem;
    color: #5a1025;
    font-weight: 800;
}

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

.blazor-error-boundary {
    padding: 1rem;
    background: #8a1738;
    color: #ffffff;
}

.blazor-error-boundary::after {
    content: "Ocorreu um erro inesperado.";
}
