@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src:  url('../fonts/Inter/Inter_300.woff') format('woff2'),
        url('../fonts/Inter/Inter_300.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local('Inter'), url('../fonts/Inter/Inter_400.woff2') format('woff2'),
      url('../fonts/Inter/Inter_400.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local('Inter'), url('../fonts/Inter/Inter_500.woff2') format('woff2'),
        url('../fonts/Inter/Inter_500.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local('Inter'), url('../fonts/Inter/Inter_600.woff2') format('woff2'),
      url('../fonts/Inter/Inter_600.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local('Inter'), url('../fonts/Inter/Inter_700.woff2') format('woff2'),
      url('../fonts/Inter/Inter_700.woff') format('woff');
}