@font-face {
  font-family: 'Numeros';
  src:  url('fonts/Numeros.eot?oe4q3e');
  src:  url('fonts/Numeros.eot?oe4q3e#iefix') format('embedded-opentype'),
    url('fonts/Numeros.ttf?oe4q3e') format('truetype'),
    url('fonts/Numeros.woff?oe4q3e') format('woff'),
    url('fonts/Numeros.svg?oe4q3e#Numeros') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="numeros-"], [class*=" numeros-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Numeros' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.numeros-Cinco:before {
  content: "\e900";
}
.numeros-Cuatro:before {
  content: "\e901";
}
.numeros-Dos:before {
  content: "\e902";
}
.numeros-Seis:before {
  content: "\e903";
}
.numeros-Siete:before {
  content: "\e904";
}
.numeros-Tres:before {
  content: "\e905";
}
.numeros-Uno:before {
  content: "\e906";
}
