@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}


body {
  font-family: 'PP Neue Montreal', Arial, sans-serif;
  margin: 40px;
  background: white;
  color: black;
  font-weight: 400;
}


main {
  max-width: 900px;
  margin: 0 auto;
}

h1 {
  font-size: 96px;
  letter-spacing: -0.04em;
}

p {
  font-size: 24px;
}