/* Nexa — webfonts oficiais da marca.
   Sem local(): forçamos o navegador a SEMPRE usar o .woff2 do peso correto.
   Com local('Nexa') o navegador pegava uma Nexa instalada na máquina (ex.: só a Bold)
   e sintetizava os outros pesos, deformando o texto fino em telas grandes. */
@font-face {
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Nexa-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Nexa-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Nexa';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('Nexa-300i.woff2') format('woff2');
}

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