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

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

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

@font-face {
  font-family: 'SN Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./sn-pro-medium.ttf') format('truetype');
}
