@font-face {
  font-family: 'inter';
  src: url('./fonts/Inter-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'inter-medium';
  src: url('./fonts/Inter-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'inter-semibold';
  src: url('./fonts/Inter-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'inter-bold';
  src: url('./fonts/Inter-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

