/* SCHRIFTEN */
@font-face {
    font-family:'mundial';
    font-style: normal;
    font-weight: 400;
    src: 
      local('mundial'),          
      local('mundial-regular'), 
      url(fonts/TTF\ Fonts/4-mundial-regular-tty.ttf) format('truetype'),
      url(fonts/Fonts/4-mundial-regular-tty.otf) format('opentype'); 
}

@font-face {
    font-family:'mundial';
    font-style: normal;
    font-weight: 600;
    src: 
      local('mundial'),          
      local('mundial-regular'), 
      url(fonts/TTF\ Fonts/5-mundial-demibold-tty.ttf) format('truetype'),
      url(fonts/Fonts/5-mundial-demibold-tty.otf) format('opentype'); 
}

@font-face {
    font-family:'mundial';
    font-style: normal;
    font-weight: 700;
    src: 
      local('mundial'),          
      local('mundial-regular'), 
      url(fonts/TTF\ Fonts/6-mundial-bold-tty.ttf) format('truetype'),
      url(fonts/Fonts/6-mundial-bold-tty.otf) format('opentype'); 
}

/* ENDE FONTS */