@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Thin.woff') format('woff'),
  url('../fonts/Inter/Inter-Thin.ttf') format('ttf');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


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

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

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Bold.woff') format('woff'),
  url('../fonts/Inter/Inter-Bold.woff') format('ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Black.woff') format('woff'),
  url('../fonts/Inter/Inter-Black.ttf') format('ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
