/* THIN 100 */
@font-face {
    font-family: 'Nexa';
    src: url('Nexa-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
  } */
  
  /* LIGHT 300 */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
  } */
  
  /* REGULAR 400 */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
  } */
  
  /* BOOK 500 */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Book.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-BookItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
  } */
  
  /* BOLD 700 */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
  } */
  
  /* EXTRA BOLD 800 */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-XBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-XBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
  } */
  
  /* BLACK 900 */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
  } */
  
  /* HEAVY (uso como 950 por no ser estándar) */
  @font-face {
    font-family: 'Nexa';
    src: url('Nexa-Heavy.woff2') format('woff2');
    font-weight: 950;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Nexa';
    src: url('Nexa-HeavyItalic.woff2') format('woff2');
    font-weight: 950;
    font-style: italic;
  } */
  