@font-face {
    font-family: Stem;
    font-weight:100;
    src: url("/fonts/Stem-Hairline.otf") format("opentype");
}
@font-face {
    font-family: Stem;
    font-weight:200;
    src: url("/fonts/Stem-Thin.otf") format("opentype");
}
@font-face {
    font-family: Stem;
    font-weight:300;
    src: url("/fonts/Stem-ExtraLight.otf") format("opentype");
}
    @font-face {
        font-family: Stem;
        font-weight:lighter;
        src: url("/fonts/Stem-ExtraLight.otf") format("opentype");
    }

@font-face {
    font-family: Stem;
    font-weight:400;
    src: url("/fonts/Stem-Light.otf") format("opentype");
}
@font-face {
    font-family: Stem;
    font-weight:500;
    src: url("/fonts/Stem-Regular.otf") format("opentype");
}
    
@font-face {
    font-family: Stem;
    font-weight:700;
    src: url("/fonts/Stem-Medium.otf") format("opentype");
}
@font-face {
    font-family: Stem;
    font-weight:900;
    src: url("/fonts/Stem-Bold.otf") format("opentype");
}