@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Medium.woff2') format('woff2'),
      url('./fonts/Jost-Medium.svg#Jost-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-SemiBold.woff2') format('woff2'),
      url('./fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tahoma';
  src: url('./fonts/Tahoma.woff2') format('woff2'),
      url('./fonts/Tahoma.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

