@font-face {
  font-family: 'Haffer';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/Haffer-Regular.woff2') format('woff2'),
       url('../fonts/Haffer-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Haffer';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('../fonts/Haffer-Medium.woff2') format('woff2'),
       url('../fonts/Haffer-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Haffer';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('../fonts/Haffer-SemiBold.woff2') format('woff2'),
       url('../fonts/Haffer-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Haffer';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/Haffer-Bold.woff2') format('woff2'),
       url('../fonts/Haffer-Bold.ttf') format('truetype');
}



