@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-Italic.ttf');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-BoldItalic.ttf');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'jost demibold';
  src: url('/fonts/jost/static/Jost-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-Black.ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'jost demibold';
  src: url('/fonts/jost/static/Jost-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'jost';
  src: url('/fonts/jost/static/Jost-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
