/*!
 * Font Awesome Free 6.4.0 - Subset for ImgPreview
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
         url(../webfonts/fa-solid-900.ttf) format("truetype");
}

.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-magnifying-glass-plus:before { content: "\f00e"; }
.fa-magnifying-glass-minus:before { content: "\f010"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-download:before { content: "\f019"; }
.fa-grip:before { content: "\f58d"; }
.fa-xmark:before { content: "\f00d"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-images:before { content: "\f302"; }
.fa-save:before { content: "\f0c7"; }
