@font-face {
  font-family: 'Inter';
  src: local('Inter'),
  url(./Inter/Inter-SemiBold.ttf) format('ttf'),
  url(./Inter/Inter-SemiBold.woff) format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter'),
  url(./Inter/Inter-Medium.ttf) format('ttf'),
  url(./Inter/Inter-Medium.woff) format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter'),
  url(./Inter/Inter-Regular.ttf) format('ttf'),
  url(./Inter/Inter-Regular.woff) format('woff');
  font-weight: 400;
  font-display: swap;
}
