@media (prefers-color-scheme: dark) {
  .logo {
    filter: invert();
    opacity: 0.9;
  }
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/inter:vf@latest/latin-wght-normal.woff2)
    format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  user-select: none;
  box-sizing: border-box;
}

body {
  font-family: "Inter Variable", sans-serif;
}

label {
  font-family: monospace;
}

select,
button {
  font-weight: bold;
}

h1 img {
  height: 2rem;
  margin-right: 0.5rem;
  margin-top: -3px;
}

figure img {
  border-radius: 0.3rem;
}

[role="button"] {
  margin-bottom: 0.3rem;
}

.contrast {
  border: 1px solid grey;
  color: grey;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
}

i {
  margin: 20px;
  scale: 1.2;
}

#status {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 10px;
  width: 95%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
}

#status i {
  scale: 4;
}
