/*
 * Fontello local — sobreescribe el @font-face que main.css importa desde
 * producción (cross-origin / bloqueado por CORS). Debe cargar DESPUÉS de main.css.
 */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?v=1');
    src: url('../fonts/fontello.eot?v=1#iefix') format('embedded-opentype'),
         url('../fonts/fontello.woff?v=1') format('woff'),
         url('../fonts/fontello.ttf?v=1') format('truetype'),
         url('../fonts/fontello.svg?v=1#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
