@font-face {
  font-family: AvenirNext;
  src: url('../fonts/AvenirNextLTPro-Regular.otf');
}
@font-face {
  font-family: AvenirNext;
  src: url('../fonts/AvenirNextLTPro-Bold.otf');
  font-weight: bold;
}
body {
  margin: 0;
  color: #515151;
  font-family: AvenirNext;
}
.body {
  width: 90%;
  margin: auto;
  overflow: auto;
  min-height: calc(100vh - 125px);
}
