@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format("opentype");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Roboto Flex";
    font-weight: 100 200 300 400 500 600 700 800 900 1000;
    src: url("../fonts/RobotoFlex-Regular.ttf") format("opentype");
    font-display: swap;
}

* {
    font-family: "Roboto Flex"; 
}