@font-face {
  font-display: swap;
  font-family: 'AdihausDIN';
  font-weight: 600;
  src: url('./fonts/AdihausDIN-Regular.woff2') format('woff2'), url('./fonts/AdihausDIN-Regular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'AdihausDINbold';
  font-weight: 600;
  src: url('./fonts/AdihausDIN-CnBoldItalic.woff2') format('woff2'),
    url('./fonts/AdihausDIN-CnBoldItalic.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'AdihausDINCn';
  font-weight: 600;
  src: url('./fonts/AdihausDIN-Cn.woff2') format('woff2'), url('./fonts/AdihausDIN-Cn.woff') format('woff');
}
