/*
Downloadio icon.
Necessary icons of the plugin.

Since: 1.0.0
*/

@font-face {
    font-family: 'downloadio-icon';
    src:
        url( '../fonts/downloadio-icon/downloadio-icon.ttf?h4hpcv' ) format( 'truetype' ),
        url( '../fonts/downloadio-icon/downloadio-icon.woff?h4hpcv' ) format( 'woff' ),
        url( '../fonts/downloadio-icon/downloadio-icon.svg?h4hpcv#downloadio-icon' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.downloadio-icon {
    font-family: 'downloadio-icon' !important; /* use !important to prevent issues with browser extensions that change fonts */
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.downloadio-icon-chart-bar-solid:before {
    content: "\e900";
}
.downloadio-icon-chart-line-solid:before {
    content: "\e901";
}
.downloadio-icon-check:before {
    content: "\e902";
}
.downloadio-icon-check-circle-solid:before {
    content: "\e903";
}
.downloadio-icon-close:before {
    content: "\e904";
}
.downloadio-icon-exclamation-triangle:before {
    content: "\e905";
}
.downloadio-icon-info-circle-solid:before {
    content: "\e906";
}
.downloadio-icon-question-circle:before {
    content: "\e907";
}
.downloadio-icon-times-circle-solid:before {
    content: "\e908";
}
.downloadio-icon-times-hexagon:before {
    content: "\e909";
}
.downloadio-icon-folder-open-solid:before {
    content: "\e910";
}
.downloadio-icon-tags-solid:before {
    content: "\e911";
}
.downloadio-icon-download-solid:before {
    content: "\e912";
}