@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  src: local('Inter'), url('fonts/Inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: normal;
  src: local('Jost'), url('fonts/Jost.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: local('Jost'), url('fonts/Jost-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: bold;
  src: local('Jost'), url('fonts/Jost-Bold.woff2') format('woff2');
}

