@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Jost';
  src: url("Jost-ExtraLight.ttf") format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Jost';
  src: url("Jost-ExtraLightItalic.ttf") format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Jost';
  src: url("Jost-Thin.ttf") format('truetype');
  font-weight: 200;
font-style: normal
}
@font-face {
  font-family: 'Jost';
  src: url("Jost-ThinItalic.ttf") format('truetype');
  font-weight: 200;
 font-style: italic;
}

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

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

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

@font-face {
  font-family: 'Jost';
  src: url("Jost-Italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}

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

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

@font-face {
  font-family: 'Jost';
  src: url("Jost-Bold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url("Jost-BoldItalic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Jost';
  src: url("Jost-ExtraBold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url("Jost-ExtraBoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url("Jost-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url("Jost-BlackItalic.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
}