/* Nexa Font Face Declarations */
@font-face {
  font-family: 'Nexa Light';
  src:
    url('../fonts/text/nexa/NexaLight.woff') format('woff'),
    url('../fonts/text/nexa/NexaLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa Bold';
  font-weight: bold;
  src:
    url('../fonts/text/nexa/NexaBold.woff') format('woff'),
    url('../fonts/text/nexa/NexaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

