/* light */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: lighter;
  src: url("Jost-ExtraLight.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: lighter;
  src: url("Jost-ExtraLightItalic.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: light;
  src: url("Jost-Light.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: light;
  src: url("Jost-LightItalic.ttf");
}
/* normal */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: normal;
  src: url("Jost-Regular.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: normal;
  src: url("Jost-Italic.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url("Jost-Regular.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url("Jost-Italic.ttf");
}
/* bold */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  src: url("Jost-Bold.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: bold;
  src: url("Jost-BoldItalic.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url("Jost-Bold.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url("Jost-BoldItalic.ttf");
}
/* bolder */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 800;
  src: url("Jost-Black.ttf");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 800;
  src: url("Jost-BlackItalic.ttf");
}
