::-webkit-scrollbar {
  width: 16px;
}

@media (prefers-color-scheme: dark) {
::-webkit-scrollbar-track {
  background: #2e2e2e;
}

::-webkit-scrollbar-thumb {
  background-color: #4b5563;
  border: 4px solid #2e2e2e;
  border-radius: 8px;
  min-height: 32px;
}

@font-face {
  font-family: horatio;
    src: url("horatio-d-medium.otf");
  }
}

.logo-font {
  font-family: horatio;
  font-size: 1.5em;
}
