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

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

@font-face {
  font-family: 'Inter';
  src: url('Inter-SemiBold.ttf');
  font-weight: 500;
  font-display: swap;
}

.ff-inter-regular {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-inter-medium {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-inter-semi-bold {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
}