@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/Nunito_Sans/NunitoSans-Regular.ttf");
}

@font-face {
  font-family: "Noe Display Medium";
  src: url("/fonts/Noe/noe-display-medium.woff");
}
@font-face {
  font-family: "MaisonNeue-Light";
  src: url("/fonts/MaisonNeue/MaisonNeue-Light.woff");
}
@font-face {
  font-family: "MaisonNeue-Medium";
  src: url("/fonts/MaisonNeue/MaisonNeue-Medium.woff");
}
@font-face {
  font-family: "MaisonNeue-Book";
  src: url("/fonts/MaisonNeue/MaisonNeue-Book.woff");
}

a:link {
  text-decoration: underline;
  color: inherit;
}
a:visited {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
a:active {
  text-decoration: underline;
  color: inherit;
}

#__app__,
#__next {
  width: 100%;
  height: 100%;
}
