@font-face {
    font-family: "Open Sans";
    src: url("./open-sans/OpenSans.woff2") format("woff2"),
        url("./open-sans/OpenSans.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("./open-sans/OpenSans-Semibold.woff2") format("woff2"),
        url("./open-sans/OpenSans-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("./open-sans/OpenSans-Bold.woff2") format("woff2"),
        url("./open-sans/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("./open-sans/OpenSans-Extrabold.woff2") format("woff2"),
        url("./open-sans/OpenSans-Extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Voevoo";
    src: url("./neo-tech/NeoTech-Medium.woff2") format("woff2"),
        url("./neo-tech/NeoTech-Medium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Voevoo";
    src: url("./neo-tech/NeoTech-Bold.woff2") format("woff2"),
        url("./neo-tech/NeoTech-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Voevoo";
    src: url("./neo-tech/NeoTech-Black.woff2") format("woff2"),
        url("./neo-tech/NeoTech-Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
