@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/ProximaNovaA-Thin.eot'); /* IE9 Compat Modes */
  src: url('./fonts/ProximaNovaA-Thin.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('./fonts/ProximaNovaA-Thin.woff2') format('woff2'),
    /* Super Modern Browsers */ url('./fonts/ProximaNovaA-Thin.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('./fonts/ProximaNovaA-Thin.ttf')
      format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/ProximaNovaA-Light.eot'); /* IE9 Compat Modes */
  src: url('./fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('./fonts/ProximaNovaA-Light.woff2') format('woff2'),
    /* Super Modern Browsers */ url('./fonts/ProximaNovaA-Light.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('./fonts/ProximaNovaA-Light.ttf')
      format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('./fonts/ProximaNova-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */ url('./fonts/ProximaNova-Regular.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('./fonts/ProximaNova-Regular.ttf')
      format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('./fonts/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
  src: url('./fonts/ProximaNova-Semibold.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./fonts/ProximaNova-Semibold.woff2') format('woff2'),
    /* Super Modern Browsers */ url('./fonts/ProximaNova-Semibold.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('./fonts/ProximaNova-Semibold.ttf')
      format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
