/* D-DIN Regular */
@font-face {
  font-family: 'D-DIN';
  src: url('../../assets/fonts/D-DIN.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* D-DIN Bold */
@font-face {
  font-family: 'D-DIN';
  src: url('../../assets/fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* D-DIN Italic */
@font-face {
  font-family: 'D-DIN';
  src: url('../../assets/fonts/65392 D-DIN-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

/* D-DIN Condensed Regular */
@font-face {
  font-family: 'D-DIN-Condensed';
  src: url('../../assets/fonts/60500 D-DINCondensed.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* D-DIN Condensed Bold */
@font-face {
  font-family: 'D-DIN-Condensed';
  src: url('../../assets/fonts/58452 D-DINCondensed-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* D-DIN Expanded Regular */
@font-face {
  font-family: 'D-DIN-Expanded';
  src: url('../../assets/fonts/58708 D-DINExp.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* D-DIN Expanded Bold */
@font-face {
  font-family: 'D-DIN-Expanded';
  src: url('../../assets/fonts/57340 D-DINExp-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* D-DIN Expanded Italic */
@font-face {
  font-family: 'D-DIN-Expanded';
  src: url('../../assets/fonts/63436 D-DINExp-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}