/* Montserrat is licensed under the OFL: https://github.com/JulietaUla/Montserrat/blob/master/OFL.txt. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/montserrat-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat Black';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/montserrat-black.ttf') format('truetype');
}

html, body, #wrapper {
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;

  justify-content: center;
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

h1 {
  font-family: 'Montserrat Black', 'Montserrat', sans-serif;
  text-transform: uppercase;
}
