html, body {
    font-size: 16px; /* explicit base size */
    font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #141414;
    color: #c8650a;
    height: 100%;
}

a {
    color: #c8650a;
}

a:hover {
    color: #e8850a;
}

h1, h2, h3, h4, h5, h6 {
    color: #e8c89a;
}

.content {
    padding-top: 1.1rem;
    background-color: #141414;
}

h1:focus {
    outline: none;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Keep these - still needed */
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}