@import url('fonts/inter.css'); /* inline-content 'fonts/inter.css' file: fonts/inter.css */
body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    color: white;
    font-family: 'Inter Variable', 'Inter', sans-serif;
    font-optical-sizing: auto;
}

.button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0a6354;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font: inherit;
}
.button:hover {
    background-color: #0b7e70;
}

[hidden] {
    display: none !important;
}
dialog:not([open]) {
    display: none !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.reset-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}
*, *::before, *::after {
    box-sizing: border-box;
    scrollbar-color: #ddd transparent;
    accent-color: #0a6354;
}
input[type="checkbox"], input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.2em;
}