@font-face {
  font-family: 'Inter Regular';
  src: url(../fonts/Inter-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Medium';
  src: url(../fonts/Inter-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Semibold';
  src: url(../fonts/Inter-SemiBold.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
