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

@font-face {
    font-family: 'icomoon-fallback';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Material Icons'),
         local('Segoe UI Symbol'),
         local('Apple Color Emoji');
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 0%;
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: 'icomoon', 'icomoon-fallback', 'Material Icons', 'Segoe UI Symbol', monospace !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 1em;
    display: inline-block;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    [class*=" icon-"],
    [class^="icon-"] {
        animation: none !important;
        transition: none !important;
    }
}

/* Fallback para browsers sem suporte a font-display */
@supports not (font-display: swap) {
    @font-face {
        font-family: 'icomoon';
        src: url('../fonts/icomoon.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }
}
