html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500&display=swap');

    :root {
        color-scheme: light;
    }

    html, body {
        margin: 0;
        font-family: 'Manrope', sans-serif;
        color: #1f1912;
    }

    body {
        min-height: 100vh;
    }

    a {
        color: #135bda;
    }

    button,
    input,
    select,
    textarea {
        font: inherit;
    }

    #blazor-error-ui {
        background: #fff4d9;
        border-top: 1px solid rgba(74, 53, 19, 0.15);
        bottom: 0;
        display: none;
        left: 0;
        padding: 0.8rem 1rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

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