@font-face {
  font-family: 'Inter Thin';
  font-style:  normal;
  font-weight: 100;
  src: url("fonts/Inter-Thin.ttf");
}

@font-face {
  font-family: 'Inter Thin';
  font-style:  italic;
  font-weight: 100;
  src: url("fonts/Inter-Thin.ttf");
}

@font-face {
  font-family: 'Inter ExtraLight';
  font-style:  normal;
  font-weight: 200;
  src: url("fonts/Inter-ExtraLight.ttf");
}

@font-face {
  font-family: 'Inter ExtraLight';
  font-style:  italic;
  font-weight: 200;
  src: url("fonts/Inter-ExtraLight.ttf");
}

@font-face {
  font-family: 'Inter Light';
  font-style:  normal;
  font-weight: 300;  
  src: url("fonts/Inter-Light.ttf");
}
@font-face {
  font-family: 'Inter Light';
  font-style:  italic;
  font-weight: 300;
  src: url("fonts/Inter-Light.ttf");
}

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

@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  src: url("fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: 'Inter Regular';
  font-weight:  bold;
  src: url("fonts/Inter-Bold.ttf");
}

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

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

@font-face {
  font-family: 'Inter SemiBold';
  font-style:  normal;
  font-weight: 600;
  src: url("fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: 'Inter SemiBold';
  font-style:  italic;
  font-weight: 600;
  src: url("fonts/Inter-SemiBold.ttf");
}

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

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

@font-face {
  font-family: 'Inter ExtraBold';
  font-style:  normal;
  font-weight: 800;
  src: url("fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: 'Inter ExtraBold';
  font-style:  italic;
  font-weight: 800;
  src: url("fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: 'Inter Black';
  font-style:  normal;
  font-weight: 900;
  src: url("fonts/Inter-Black.ttf");
}

@font-face {
  font-family: 'Inter Black';
  font-style:  italic;
  font-weight: 900;
  src: url("fonts/Inter-Black.ttf");
}