@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/proximanova-regular.woff2') format('woff2'),
    url('../fonts/proximanova-regular.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/proximanova-bold.woff2') format('woff2'),
    url('../fonts/proximanova-bold.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/proximanova-extrabold.woff2') format('woff2'),
    url('../fonts/proximanova-extrabold.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/proximanova-semibold.woff2') format('woff2'),
    url('../fonts/proximanova-semibold.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src:
    url('../fonts/proximanova-thin.woff2') format('woff2'),
    url('../fonts/proximanova-thin.woff') format('woff');
}
