@font-face {
  font-family: 'Inter';
  font-style: normal;  
  font-weight: 200;
  font-display: swap;
  src: url(Inter_18pt-ExtraLight.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;  
  font-weight: 200;
  font-display: swap;
  src: url(Inter_18pt-ExtraLightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;  
  font-weight: 400;
  font-display: swap;
  src: url(Inter_18pt-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;  
  font-weight: 400;
  font-display: swap;
  src: url(Inter_18pt-Italic.ttf) format('truetype');
}   

@font-face {
  font-family: 'Inter';
  font-style: normal;  
  font-weight: 900;
  font-display: swap;
  src: url(Inter_18pt-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;  
  font-weight: 900;
  font-display: swap;
  src: url(Inter_18pt-BlackItalic.ttf) format('truetype');
}