/* Forzar el intercambio de fuentes de forma prioritaria */
@font-face {
  font-family: 'Roboto';
  font-display: swap !important;
}

@font-face {
  font-family: 'Roboto Mono';
  font-display: swap !important;
}

@font-face {
  font-family: 'Archivo Narrow';
  font-display: swap !important;
}