@font-face {
  font-family: 'Inter', sans-serif;
  src: url("/fonts/Inter/Inter-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter', sans-serif;
  src: url("/fonts/Inter/Inter-Bold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Inter', sans-serif;
  src: url("/fonts/Inter/Inter-Black.ttf");
  font-weight: 900;
  font-display: swap;
}