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

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

.fa-envelope::before        { content: "\f0e0"; }
.fa-lock::before             { content: "\f023"; }
.fa-eye::before              { content: "\f06e"; }
.fa-eye-slash::before        { content: "\f070"; }
.fa-arrow-right::before      { content: "\f061"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-check-circle::before       { content: "\f058"; }
