@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('fa-solid-900.woff2') format('woff2');
}

.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

/* Essential Icons */
.fa-bars:before {
    content: "\f0c9";
}

.fa-times:before {
    content: "\f00d";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-check:before {
    content: "\f00c";
}

.fa-info-circle:before {
    content: "\f05a";
}
