:root {
    --settings-width: min(calc(100vw - 6em), 29em);
    --settings-width-negative: calc(0px - var(--settings-width));

    font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

.light-a {
    color: rgb(190, 190, 255) !important;
}

h1 {
    font-size: 3.2em;
    line-height: 1.1;
}

h3 {
    font-size: medium;
    margin: 0;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.btn {
    cursor: pointer;
}

.btn-bar {
    margin-top: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
}
