/* DIN Alternate Font Family */

@font-face {
  font-family: 'DIN Alternate';
  font-weight: 300;
  font-style: normal;
  src: url('DINAlternate-Light.otf') format('opentype'),
       url('DINAlternate-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'DIN Alternate';
  font-weight: 400;
  font-style: normal;
  src: url('DINAlternate-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'DIN Alternate';
  font-weight: 500;
  font-style: normal;
  src: url('DINAlternate-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'DIN Alternate';
  font-weight: 700;
  font-style: normal;
  src: url('DINAlternate-Bold.otf') format('opentype');
  font-display: swap;
}

/* Utility classes */
.font-din {
  font-family: 'DIN Alternate', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.font-din-light {
  font-family: 'DIN Alternate', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.font-din-regular {
  font-family: 'DIN Alternate', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.font-din-medium {
  font-family: 'DIN Alternate', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.font-din-bold {
  font-family: 'DIN Alternate', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}