/* Jost Font - Local version */

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

/* Light 300 Italic */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('jost-300-italic.ttf') format('truetype');
}

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

/* Regular 400 Italic */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('jost-400-italic.ttf') format('truetype');
}

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

/* Medium 500 Italic */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('jost-500-italic.ttf') format('truetype');
}

/* Bold 700 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('jost-700.ttf') format('truetype');
}

/* Bold 700 Italic */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('jost-700-italic.ttf') format('truetype');
}
