@font-face {
  font-family: 'Futura';
  src: url('/Futura\ BQ\ Regular.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: 'Futura', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background-color: black;
}

h1 {
  font-family: 'Futura', sans-serif;
  /* font-weight: bold; */
  font-style: italic;
  color: white;
  font-size: 3em;
  font-weight: 900; /* will fall back to 700 if 900 isn't in the font */
}