@font-face {
    font-family: 'fkgroteskneue2021';
    src: url('fonts/fkgroteskneue2021-regular-webfont.woff') format('woff'),
         url('fonts/fkgroteskneue2021-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'fkgroteskneue2021';
    src: url('fonts/fkgroteskneue2021-medium-webfont.woff') format('woff'),
         url('fonts/fkgroteskneue2021-medium-webfont.woff2') format('woff2');
    font-weight:500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'fkgroteskneue2021';
    src: url('fonts/fkgroteskneue2021-black-webfont.woff') format('woff'),
         url('fonts/fkgroteskneue2021-black-webfont.woff2') format('woff2');
    font-weight:900;
    font-style: normal;
  }