@font-face {
  font-family: "Stem";
  src: url("../fonts/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Stem";
  src: url("../fonts/Stem-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Stem";
  src: url("../fonts/Stem-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Stem";
  src: url("../fonts/Stem-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Stem";
  src: url("../fonts/Stem-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}