:root {
    color-scheme: light;
    font-family: Tahoma, "Segoe UI", "Microsoft JhengHei", "Noto Sans CJK TC", Arial, sans-serif;
}

html,
body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    background: #3a92a7;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: #1d5f7a;
}

h1:focus {
    outline: none;
}

.blazor-error-boundary {
    padding: 1rem;
    color: #fff;
    background: #9b2f28;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}
