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

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

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