@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(proximanova_regular.woff2) format('woff2'),
       url(proximanova_regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(proximanova_light.woff2) format('woff2'),
       url(proximanova_light.otf) format('opentype');
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(proximanova_bold.woff2) format('woff2'),
       url(proximanova_bold.otf) format('opentype');
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(proximanova_extrabold.woff2) format('woff2'),
       url(proximanova_extrabold.otf) format('opentype');
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(proximanova_black.woff2) format('woff2'),
       url(proximanova_black.otf) format('opentype'),
       url(proximanova_black.ttf) format('truetype');
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(proximanova_boldit.woff2) format('woff2'),
       url(proximanova_boldit.otf) format('opentype');
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(proximanova_blackit.woff2) format('woff2'),
       url(proximanova_blackit.otf) format('opentype');
}