/* latin */
@font-face {
  font-family: 'Port Lligat Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/portlligatsans/v24/kmKmZrYrGBbdN1aV7Vokow6Lw4s4p7R-Tg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --panel-bg: #333319;
}

html,
body,
main {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  /* Enables smooth scrolling for hash links */
}

body,
input,
button {
  font-family: 'Port Lligat Sans';
  font-size: 1.2rem;
  font-style: normal;
  color: #DAE5CF;
  background-color: #000000;
  margin: 0px;

}

.selected {
  color: #333319;
  background-color: #DAE5CF;
}

.done {
  display: none;
}

main {
  gap: 1rem;
  padding: .5rem;
  box-sizing: border-box;
}