@font-face {
    font-family: 'haffer';
    src: url('haffer-light-webfont.woff2') format('woff2'),
         url('haffer-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'haffer';
    src: url('haffer-medium-webfont.woff2') format('woff2'),
         url('haffer-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'haffer';
    src: url('haffer-regular-webfont.woff2') format('woff2'),
         url('haffer-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'haffer';
    src: url('haffer-semibold-webfont.woff2') format('woff2'),
    url('haffer-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}