
/* jost css*/

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200;
  src: url('./OpenType/Jost-200-Thin.otf') format('opentype');
  src: url(./TrueType/Jost-200-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 200;
  src: url('./OpenType/Jost-200-ThinItalic.otf') format('opentype');
  src: url(./TrueType/Jost-200-ThinItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('./OpenType/Jost-300-Light.otf') format('opentype');
  src: url(./TrueType/Jost-300-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('./OpenType/Jost-300-LightItalic.otf') format('opentype');
  src: url(./TrueType/Jost-300-LightItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('./OpenType/Jost-400-Book.otf') format('opentype');
  src: url(./TrueType/Jost-400-Book.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('./OpenType/Jost-400-BookItalic.otf') format('opentype');
  src: url(./TrueType/Jost-400-BookItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('./OpenType/Jost-500-Medium.otf') format('opentype');
  src: url(./TrueType/Jost-500-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 500;
  src: url('./OpenType/Jost-500-MediumItalic.otf') format('opentype');
  src: url(./TrueType/Jost-500-MediumItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('./OpenType/Jost-600-Semi.otf') format('opentype');
  src: url(./TrueType/Jost-600-Semi.ttf) format('truetype');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url('./OpenType/Jost-600-SemiItalic.otf') format('opentype');
  src: url(./TrueType/Jost-600-SemiItalic.ttf) format('truetype');
}