@font-face {
  font-family: 'InterRegular';
  src: url('/fonts/Inter_18pt/Inter_18pt-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'InterMedium';
  src: url('/fonts/Inter_18pt/Inter_18pt-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'MediumItalic';
  src: url('/fonts/Inter_18pt/Inter_18pt-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'InterLight';
  src: url('/fonts/Inter_18pt/Inter_18pt-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'InterBold';
  src: url('/fonts/Inter_18pt/Inter_18pt-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'InterBoldItalic';
  src: url('/fonts/Inter_18pt/Inter_18pt-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'InterSemiBold';
  src: url('/fonts/Inter_18pt/Inter_18pt-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'InterExtraBold';
  src: url('/fonts/Inter_18pt/Inter_18pt-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'InterThin';
  src: url('/fonts/Inter_18pt/Inter_18pt-Thin.ttf') format('truetype');
}