[x-cloak] {
    display: none !important;
}

html {
    background: #111111;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
a {
    transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

::selection {
    background: #10b981;
    color: #0a0a0a;
}

