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

[class^="fa-"], [class*=" fa-corcho"], [class*=" fa-delete"], [class*=" fa-pause-pers"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'customfonts' !important;
    speak: none;
    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;
}

.fa-corcho:before {
    content: "\e901";
}

.fa-delete:before {
    content: "\e900";
}

.fa-pause-pers:before {
    content: "\e902";
}