@font-face {
  font-family: 'wood-hell-company';
  src: url("./assets/wood-hell-company.otf");
}
@font-face {
  font-family: 'woodcutter-trama';
  src: url("./assets/woodcutter-trama.ttf");
}
@font-face {
  font-family: 'trees-tfb';
  src: url("./assets/trees-tfb.ttf");
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  color: #dcdee4;
  background-color: #1e2022;
}
a {
  color: #acb9e1;
}
button {
  cursor: pointer;
  color: inherit;
  opacity: 0.6;
  font-family: woodcutter-trama;
  font-size: 12pt;
  font-weight: normal;
  background: none;
  border: none;
}
button:hover {
  opacity: 1;
}
button:hover::before {
  content: '❯ ';
}
.center {
  margin-inline: auto;
}
#logo {
  font-family: wood-hell-company;
  font-size: min(15vh, 75vw);
  font-weight: normal;
  margin-block: 0;
}
#header {
  margin-block: 10vh;
}
/*# sourceMappingURL=common.css.map */