/* Inter Variable Font */
@font-face {
    font-family: "Inter";
    src: url("./fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* Roboto Regular */
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Roboto Medium */
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

/* Roboto Bold */
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Roboto Black */
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Black.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("./fonts/fa-solid-900.woff2") format("woff2");
         
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("./fonts/fa-solid-900.woff") format("woff");
         
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("./fonts/fa-regular-400.woff2") format("woff2");
         
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("./fonts/fa-brands-400.woff2") format("woff2");
         
}