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

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Setas' !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;
}

.icon-arrow-left:before {
    content: "\e200";
}

.icon-arrow-right:before {
    content: "\e201";
}