@font-face {
  font-family: 'ABCFavorit Medium';
  src: url('ABCFavorit-Medium-Trial.woff2') format('woff2'),
       url('ABCFavorit-Medium-Trial.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCFavorit Bold';
  src: url('ABCFavorit-Bold-Trial.woff2') format('woff2'),
       url('ABCFavorit-Bold-Trial.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCFavorit Light';
  src: url('ABCFavorit-Light-Trial.woff2') format('woff2'),
       url('ABCFavorit-Light-Trial.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Ejemplo Font Awesome thin */
@font-face {
  font-family: 'FA Thin 100';
  src: url('fa-thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
