/* Custom fonts imported from landingbd.top */

/* Import fonts from landingbd.top */
@font-face {
    font-family: "LandingFont";
    src: url("../../../landingbd.top/public/frontEnd2/fonts/fontawesome/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "LandingFont";
    src: url("../../../landingbd.top/public/frontEnd2/fonts/fontawesome/fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

/* Apply these fonts to specific elements */
.landing-font {
    font-family: "LandingFont", sans-serif;
}

/* Apply to headings */
h1, h2, h3, .section-title-name {
    font-family: "LandingFont", sans-serif;
}
