/* Define Nexa Bold font */
@font-face {
    font-family: 'Nexa';
    src: url('./Nexa\ Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }
  
  /* Define Nexa Light font */
  @font-face {
    font-family: 'Nexa';
    src: url('./Nexa\ Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
  }
  