/* Complete CSS on: font-awesome-pro.css */

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

.fa,.fa-regular,.far {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-check-circle:before {
    content: "\f058";
}