/*
 * Font Awesome 5 Free - Subset (only 14 icons used in meulivro.biz frontend)
 * Generated from fa-solid-900.woff2 (parent theme).
 * If a new fa-XXX class appears in templates/plugins, add its codepoint here
 * AND regenerate the woff2 subset (see internal documentation).
 *
 * Currently subsetted icons (14):
 *   fa-home, fa-chevron-right, fa-chevron-left, fa-plus-circle,
 *   fa-arrow-right, fa-arrow-up, fa-arrow-circle-right, fa-heart,
 *   fa-star, fa-folder, fa-folder-open, fa-angle-right, fa-search,
 *   fa-exclamation-triangle
 */

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-subset.woff2") format("woff2");
}

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

/* Size modifiers */
.fa-lg { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }

/* Built-in animations (Font Awesome native; theme also has .-spin/.-pulse) */
.fa-spin  { -webkit-animation: fa-spin 2s linear infinite; animation: fa-spin 2s linear infinite; }
.fa-pulse { -webkit-animation: fa-spin 1s steps(8) infinite; animation: fa-spin 1s steps(8) infinite; }
@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } }

/* Icons in actual use on frontend */
.fa-home:before                 { content: "\f015"; }
.fa-chevron-right:before        { content: "\f054"; }
.fa-chevron-left:before         { content: "\f053"; }
.fa-plus-circle:before          { content: "\f055"; }
.fa-arrow-right:before          { content: "\f061"; }
.fa-arrow-up:before             { content: "\f062"; }
.fa-arrow-circle-right:before   { content: "\f0a9"; }
.fa-heart:before                { content: "\f004"; }
.fa-star:before                 { content: "\f005"; }
.fa-folder:before               { content: "\f07b"; }
.fa-folder-open:before          { content: "\f07c"; }
.fa-angle-right:before          { content: "\f105"; }
.fa-search:before               { content: "\f002"; }
.fa-exclamation-triangle:before { content: "\f071"; }
