/* Minimal Font Awesome subset used by Infinity Green. */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../../fonts/fa-light-300.woff2") format("woff2");
}

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

.fa-angle-up::before { content: "\f106"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
