/**
 * Corrige Lighthouse "Exibição de fontes": font-display deve estar no @font-face,
 * não na classe (.hgi-stroke). Carregado depois do CSS da Hugeicons para sobrescrever.
 */
@font-face {
  font-family: 'hgi-stroke-standard';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://use.hugeicons.com/icon-font/hgi-stroke-standard.woff2') format('woff2');
}
