/* Self-hosted Fonts (Inter, Blinker, Grape Nuts) */
/* Place the corresponding .woff2 files in this folder with the exact filenames below. */

@font-face{
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'),
       url('./inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'),
       url('./inter-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
       url('./inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: url('./inter-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Blinker';
  src: local('Blinker Regular'), local('Blinker-Regular'),
       url('./blinker-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Blinker';
  src: local('Blinker SemiBold'), local('Blinker-SemiBold'),
       url('./blinker-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Blinker';
  src: local('Blinker ExtraBold'), local('Blinker-ExtraBold'),
       url('./blinker-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Grape Nuts';
  src: local('Grape Nuts'), local('GrapeNuts-Regular'),
       url('./grapenuts-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}