@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/font.woff2") format("woff2"),
        url("./fonts/font.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    src: url("./fonts/font.woff2") format("woff2"),
        url("./fonts/font.woff") format("woff");
}

@font-face {
    font-family: "Dosis";
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/Dosis-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Dosis";
    font-weight: 700;
    font-style: normal;
    src: url("./fonts/Dosis-VariableFont_wght.ttf") format("truetype");
}