/* Variable font: replaces prior discrete 100–900 normal styles */
@font-face {
  font-family: 'JH Neue DIN';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url('JHNeueDINVAR.woff2') format('woff2-variations'),
    url('JHNeueDINVAR.woff2') format('woff2');
}

/* Variable font: italic range */
@font-face {
  font-family: 'JH Neue DIN';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src:
    url('JHNeueDINVAR.woff2') format('woff2-variations'),
    url('JHNeueDINVAR.woff2') format('woff2');
}
