@font-face {
  font-family: "Geograph";
  src: url("/assets/fonts/Geograph-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Geograph";
  font-weight: bold;
  src: url("/assets/fonts/Geograph-Medium.otf") format("opentype");
}

.mobile-nav-open {
  display: none;
}

html {
  font-family: "Geograph", "Open Sans", Arial, Helvetica, sans-serif;
}
