@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap");

@font-face {
    font-family: 'Stem';
    font-weight: 300;
    src: url('../fonts/Stem/stem_light.woff2') format('woff2'),
    url('../fonts/Stem/stem_light.woff') format('woff'),
    url('../fonts/Stem/stem_light.otf') format('opentype');
    font-display: block;
}

@font-face {
    font-family: 'Stem';
    font-weight: 500;
    src: url('../fonts/Stem/stem_medium.woff2') format('woff2'),
    url('../fonts/Stem/stem_medium.woff') format('woff'),
    url('../fonts/Stem/stem_medium.otf') format('opentype');
    font-display: block;
}
