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

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

}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: Light;
  font-weight: 300;
  
  src: url(fonts/Inter-Light.ttf) format('ttf');

}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: Bold;
  font-weight: 700;
  
  src: url(fonts/Inter-Bold.ttf) format('ttf');

}
