#logo a {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
}

@media (max-width: 768px) {
  #logo a,
  #hamburger-btn {
    color: white!important;
  }
}

hr {
    height: 3px;
}

.font-title,
.font-eb-garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-body,
.font-josefin-sans {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.font-inconsolata {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.font-title {
    font-weight: 400;
}
.font-body {
    font-weight: 200;
}

.font-fun,
.font-vt323 {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
