/* Fallback for templates that still use Font Awesome Pro style prefixes. */
.fad,
.fal {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.fad::before,
.fal::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
