/**
 * @license
 * Monotype Webfont Build ID 605442
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license from one of Monotype official sites.
 * http://www.fonts.com
 * http://www.myfonts.com
 * http://www.linotype.com
 *
 * Webfont: DINPro Regular (400)
 * Webfont: DINPro Medium (500)
 * Webfont: DINPro Bold (700)
 * Webfont: Industry Medium Italic (500)
 * Webfont: Industry Black Italic (900)
 *
 * Metric overrides force Chrome/Firefox to Safari’s hhea metrics
 * (Safari ignores these descriptors). Values = hhea / UPM.
 * See: https://developer.chrome.com/blog/font-fallbacks
 */

@font-face {
  font-family: DINPro;
  src:
    url("webFonts/FFDINProRegular/font.woff2") format("woff2"),
    url("webFonts/FFDINProRegular/font.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  ascent-override: 100%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: DINPro;
  src:
    url("webFonts/FFDINProMedium/font.woff2") format("woff2"),
    url("webFonts/FFDINProMedium/font.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  ascent-override: 100%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: DINPro;
  src:
    url("webFonts/FFDINProBold/font.woff2") format("woff2"),
    url("webFonts/FFDINProBold/font.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  ascent-override: 100%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: IndustryMeyle;
  src:
    url("webFonts/IndustryMediumItalic/font.woff2") format("woff2"),
    url("webFonts/IndustryMediumItalic/font.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
  ascent-override: 100%;
  descent-override: 16%;
}
@font-face {
  font-family: IndustryMeyle;
  src:
    url("webFonts/IndustryBlackItalic/font.woff2") format("woff2"),
    url("webFonts/IndustryBlackItalic/font.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: italic;
  ascent-override: 100%;
  descent-override: 16%;
}
