@font-face {
    font-family: 'DIN 2014';
    src: url('_font/DIN-2014_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DIN 2014';
    src: url('_font/DIN-2014_Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'DIN 2014';
    src: url('_font/DIN-2014_Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DIN 2014';
    src: url('_font/DIN-2014_Demi-Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'DIN 2014';
    src: url('_font/DIN-2014_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DIN 2014';
    src: url('_font/DIN-2014_Bold-Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
  }