@font-face {
  font-family: 'CooperBTW01-Light';
  src: url('./CooperBTW01-Light.woff');
  font-display: swap;
}

@font-face {
  font-family: 'D-DIN';
  src: url('./D-DIN.otf') format("opentype");
  font-display: swap;
}


@font-face {
  font-family: 'DIN-Bold';
  src: url('./D-DIN-Bold.otf') format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'DIN-Italic';
  src: url('./D-DIN-Italic.otf') format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'DIN-Black';
  src: url('./DIN-Black.ttf') format("truetype");
  font-display: swap;
}