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

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