@font-face {
    
font-family: 'ArialMT';
  
  src: url('ArialMT.eot');
 
   src: url('ArialMT.eot?#iefix') format('embedded-opentype'),
  
      url('ArialMT.woff2') format('woff2'),
 
       url('ArialMT.woff') format('woff'),
  
      url('ArialMT.ttf') format('truetype');
 
   font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Arial-BoldMT';
    src: url('Arial-BoldMT.eot');
 
   src: url('Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
  
      url('Arial-BoldMT.woff2') format('woff2'),
  
      url('Arial-BoldMT.woff') format('woff'),
  
      url('Arial-BoldMT.ttf') format('truetype');
 
   font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Arial-Black';
   
 src: url('Arial-Black.eot');
    src: url('Arial-Black.eot?#iefix') format('embedded-opentype'),
 
       url('Arial-Black.woff2') format('woff2'),
        url('Arial-Black.woff') format('woff'),
 
       url('Arial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



