@font-face {
  font-family: 'Inter';
  font-weight: 100;
  src: url('../fonts/Inter-Thin.woff') format('woff');

}
@font-face {
  font-family: 'Inter';
  font-weight: 300;
  src: url('../fonts/Inter-Light.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  src: url('../fonts/Inter-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-weight: 500;
  src: url('../fonts/Inter-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-weight: Bold;
  src: url('../fonts/Inter-Bold.woff') format('woff');
}
@font-face {
  font-family:'Inter';
  font-weight: 800;
  src: url('../fonts/Inter-ExtraBold.woff') format('woff');
}
@font-face {
  font-family:'Inter';
  font-weight: 900;
  src: url('../fonts/Inter-Black.woff') format('woff');
}

