@font-face {
  font-family: 'Neue Haas Grotest Display Pro 55 Roman';
  src: url(nhaasgroteskdspro-55rg.woff2);
}

@font-face {
  font-family: 'Neue Haas Grotest Display Pro 65 Medium';
  src: url(nhaasgroteskdspro-65md.woff2);
}

@font-face {
  font-family: 'Neue Haas Grotest Display Pro 75 Bold';
  src: url(nhaasgroteskdspro-75bd.woff2);
}

h1 {
  font-family: 'Neue Haas Grotest Display Pro 75 Bold';
  font-size: 48px;
  color: whitesmoke;
}

h2 {
  font-family: 'Neue Haas Grotest Display Pro 65 Medium';
  font-size: 32px;
  color: whitesmoke;
}

p {
  font-family: 'Neue Haas Grotest Display Pro 55 Roman';
  font-size: 20px;
  color: whitesmoke;
}

a {
  font-family: 'Neue Haas Grotest Display Pro 65 Medium';
  font-size: 24px;
  color: whitesmoke;
  text-decoration: none;
}