@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff3bf;
    color: #4d3b00;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
    padding: 0.6rem 2.5rem 0.7rem 1rem;
    font-family: "Source Sans 3", sans-serif;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.9rem;
    top: 0.45rem;
    font-weight: 700;
}
