@font-face {
  font-family: 'DIN';
  src: url('https://mu.willb.io/uploads/2025/dinish-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('https://mu.willb.io/uploads/2025/dinish-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('https://mu.willb.io/uploads/2025/dinish-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('https://mu.willb.io/uploads/2025/dinish-bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


body {
  font-family: 'DIN', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}