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

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