@font-face {
  font-family: jost;
  src: url("/remake/assets/ttf/Jost.ttf");
}
header {
  background-color: #242424;
  padding: 10px;
}
header * a {
  text-decoration: none;
  color: #ede2a8;
  padding: 20px;
}
header img {
  max-height: 125px;
  margin: 2vw;
}
@media screen and (max-width: 786px) {
  header img {
    max-height: 75px;
  }
}
header .top-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .categories {
  background-color: #ceab61;
}
