@font-face {
    font-family: "Lato";
    src: url("Lato-Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-BlackItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-Thin.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("Lato-ThinItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
}

/*-------------fontawesome 6-------------------*/

@font-face {
    font-family: "Font Awesome 6 Pro Thin";
    font-style: normal;
    font-weight: 100;
    src: url(fontawesome/fa-thin-100.woff2) format("woff2"), url(fontawesome/fa-thin-100.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Pro Light";
    font-style: normal;
    font-weight: 300;
    src: url(fontawesome/fa-light-300.woff2) format("woff2"), url(fontawesome/fa-light-300.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Pro Regular";
    font-style: normal;
    font-weight: 400;
    src: url(fontawesome/fa-regular-400.woff2) format("woff2"), url(fontawesome/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Pro Solid";
    font-style: normal;
    font-weight: 900;
    src: url(fontawesome/fa-solid-900.woff2) format("woff2"), url(fontawesome/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Pro Brands";
    font-style: normal;
    font-weight: 400;
    src: url(fontawesome/fa-brands-400.woff2) format("woff2"), url(fontawesome/fa-brands-400.ttf) format("truetype");
}

