/* CSS */

/* MF-Fonts Regular */
@font-face {
     font-family: 'Walter Neue';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/ABCWalterNeue-Mittel.woff2') format('woff2'), /* Super Modern Browsers */
          url('../fonts/ABCWalterNeue-Mittel.woff') format('woff'); /* Modern Browsers */
     font-display: swap;
   }
 
   /* MF-Fonts italic */
   @font-face {
      font-family: 'Walter Neue';
       font-style: italic;
       font-weight: 400;
       src: url('../fonts/ABCWalterNeue-MittelKursiv.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/ABCWalterNeue-MittelKursiv.woff') format('woff'); /* Modern Browsers */
     font-display: swap;
     }
 
     /* MF-Fonts bold */
     @font-face {
      font-family: 'Walter Neue';
         font-style: normal;
         font-weight: 700;
         src: url('../fonts/ABCWalterNeue-Extrafett.woff2') format('woff2'), /* Super Modern Browsers */
              url('../fonts/ABCWalterNeue-Extrafett.woff') format('woff'); /* Modern Browsers */
           font-display: swap;
       }