/* FontAwesome 7.0.0 Pro Font Face Declarations */

/* Light (300) */
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fontawesome-pro-7.0.0-web/webfonts/fa-light-300.woff2") format("woff2");
}

/* Regular (400) */
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fontawesome-pro-7.0.0-web/webfonts/fa-regular-400.woff2") format("woff2");
}

/* Solid (900) */
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fontawesome-pro-7.0.0-web/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Brands */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fontawesome-pro-7.0.0-web/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Additional fix for icon display */
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Ensure proper font family for different weights */
.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}

.fal {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}

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