@font-face {
  font-family: Jost;
  font-weight: 400;
  src: url(/Jost-400-Book.otf);
}

@font-face {
  font-family: Jost;
  font-weight: 400;
  font-style: italic;
  src: url(/Jost-400-BookItalic.otf);
}

@font-face {
  font-family: Jost;
  font-weight: 700;
  src: url(/Jost-700-Bold.otf);
}

@font-face {
  font-family: Jost;
  font-weight: 700;
  font-style: italic;
  src: url(/Jost-700-BoldItalic.otf);
}

body {
  font-family: Jost, sans-serif;
}

