/* FontAwesome 6.4.0 Subset - Created to reduce unused CSS */
/* If you need a new icon, add its class and unicode content here. */

/* @font-face Definitions linking to Cloudflare CDN to save bandwidth/hosting */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base Styles */
.fa,
.fa-solid,
.fa-regular,
.fa-brands {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-regular {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Icons Used */
.fa-envelope:before {
    content: "\f0e0";
}

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

.fa-location-dot:before {
    content: "\f3c5";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus:before {
    content: "\f067";
}

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

.fa-chevron-down:before {
    content: "\f078";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-magnifying-glass:before {
    content: "\f002";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-arrow-left:before {
    content: "\f060";
}

/* Brands */
.fa-facebook-f:before {
    content: "\f39e";
}

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

.fa-twitter:before {
    content: "\f099";
}

/* Regular Icons (overrides if needed, but handled by font-weight) */
.fa-clock:before {
    content: "\f017";
}

.fa-user:before {
    content: "\f007";
}