body {
  font-family:"NeueHaasGroteskText-Regular";
  font-size: .9rem;
  line-height: 1.5em;

  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

header {
  font-family:"NeueHaasGroteskText-Bold";
}

h1 {
  font-family:"NeueHaasGroteskText-Bold";
  font-size: 1em;
}

h2 {
  font-family:"NeueHaasGroteskText-Regular";
  font-weight: normal;
  font-size: 1em;
}

.current-and-upcoming {
  line-height: 3em;
}

@media only screen and (min-width: 1920px) {
  body {
    font-size: 1em;
  }
}
