@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('https://d2rl04ld38f57x.cloudfront.net/cdn/fa6_6/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('https://d2rl04ld38f57x.cloudfront.net/cdn/fa6_6/fa-light-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Sharp';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('https://d2rl04ld38f57x.cloudfront.net/cdn/fa6_6/fa-sharp-light-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('https://d2rl04ld38f57x.cloudfront.net/cdn/fa6_6/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Sharp';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('https://d2rl04ld38f57x.cloudfront.net/cdn/fa6_6/fa-sharp-regular-400.woff2') format('woff2');
}

.fa,
.far,
.fa-regular,
.fal,
.fa-light,
.fab,
.fa-brands,
.fasr,
.fa-sharp-regular,
.fasl,
.fa-sharp-light,
.fa-sharp {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-regular,
.far {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.fa-light,
.fal {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

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

.fa-sharp-regular,
.fasr {
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 400;
}

.fa-sharp-light,
.fasl {
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 300;
}

.fa-sharp {
    font-family: 'Font Awesome 6 Sharp';
}

/* Modifier combination for fa-sharp + fa-light/fa-regular */
.fa-sharp.fa-light,
.fa-sharp.fal {
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 300;
}

.fa-sharp.fa-regular,
.fa-sharp.far {
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 400;
}

/* Icon Definitions */
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-xmark:before { content: "\f00d"; }
.fa-bars:before { content: "\f0c9"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-circle-play:before { content: "\f144"; }
.fa-circle-pause:before { content: "\f28b"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-search:before { content: "\f002"; }
.fa-arrow-up-right-from-square:before { content: "\f08e"; }

/* Social Icons (requested earlier) */
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-twitter:before { content: "\f099"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-volume-high:before { content: "\f028"; }
.fa-volume-xmark:before { content: "\f6a9"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
