/*@font-face {
  font-family: 'Nexa';
  src: 
    url('../fonts/NexaThin.woff2') format('woff2'),
    url('../fonts/NexaThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}*/

@font-face {
  font-family: 'Nexa';
  src: 
    url('../fonts/NexaLight.otf')  format('truetype'),
    url('../fonts/NexaLight.woff2') format('woff2'),
    url('../fonts/NexaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: 'Nexa';
  src: 
    url('../fonts/NexaRegular.woff2') format('woff2'),
    url('../fonts/NexaRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/

@font-face {
  font-family: 'Nexa';
  src: 
    url('../fonts/NexaBold.otf')  format('truetype'),
    url('../fonts/NexaBold.woff2') format('woff2'),
    url('../fonts/NexaBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: 'Nexa';
  src: 
    url('../fonts/NexaBlack.woff2') format('woff2'),
    url('../fonts/NexaBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}*/