@font-face {
  font-family: 'Inter';
  src: local('Inter Light'), local('Inter-Light'),
    url('./Inter-Light.woff2') format('woff2'),
    url('./Inter-Light.woff') format('woff'),
    url('./Inter-Light.svg#Inter-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'),
    url('./Inter-Bold.woff2') format('woff2'),
    url('./Inter-Bold.woff') format('woff'),
    url('./Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'),
    url('./Inter-Medium.woff2') format('woff2'),
    url('./Inter-Medium.woff') format('woff'),
    url('./Inter-Medium.svg#Inter-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'),
    url('./Inter-Regular.woff2') format('woff2'),
    url('./Inter-Regular.woff') format('woff'),
    url('./Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}