.fontawesome-icons-list {
	width: 5%!important;
}

/* --- Família de Fontes Averta --- */
@font-face {
  font-family: 'Averta';
  src: url('../font/AvertaDemoPECuttedDemo-Regular.otf') format('opentype');
  font-weight: normal; /* 400 */
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('../font/AvertaDemoPE-ExtraBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* --- Família de Fontes Museo --- */
@font-face {
  font-family: 'Museo';
  src: url('../font/MuseoSans_500.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('../font/MuseoSans_700.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}