@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem/Stem-Thin.otf");
    font-style: thin;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem/Stem-Light.otf");
    font-style: light;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem/Stem-Medium.otf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem/Stem-Regular.otf");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem/Stem-Bold.otf");
    font-style: bold;
    font-weight: 800;
    font-display: swap;
}
