/* Custom Font Awesome subset */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2'),
    url('../webfonts/fa-regular-400.woff') format('woff');
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* better alignment for icons */
    vertical-align: -0.125em;
    line-height: 1;
}

.far.fa-gem:before { content: "\f3a5"; }
.far.fa-bullseye-arrow:before { content: "\f648"; }
.far.fa-glass:before { content: "\f804"; }
.far.fa-file-certificate:before { content: "\f5f3"; }
.far.fa-box-check:before { content: "\f467"; }
.far.fa-shipping-fast:before { content: "\f48b"; }

/* Optional: color and spacing defaults */
.far {
    color: #565656;
    padding-right: 3px;
}
