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

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:
        url("../fonts/roboto-italic.woff2") format("woff2"),
        url("../fonts/roboto-italic.woff") format("woff");
}

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

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src:
        url("../fonts/roboto-bold-italic.woff2") format("woff2"),
        url("../fonts/roboto-bold-italic.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url("../fonts/roboto-condensed-regular.woff2") format("woff2"),
        url("../fonts/roboto-condensed-regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
        url("../fonts/roboto-condensed-bold.woff2") format("woff2"),
        url("../fonts/roboto-condensed-bold.woff") format("woff");
}
