
/* Handel - regular  */
@font-face {
    font-family: 'Handel Gothic';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('fonts/Handel-Gothic-D-Regular.woff') format('woff2'), 
         url('Handel-Gothic-D-Regular.otf') format('otf'); 
  }
  
/* Handel - medium  */
@font-face {
     font-family: 'Handel Gothic';
     font-style: medium;
     font-weight: 500;
     src: local(''),
          url('fonts/Handel-Gothic-D-Medium.woff') format('woff2'), 
          url('Handel-Gothic-D-Medium.otf') format('otf'); 
   }

   /* Handel - bold  */
@font-face {
     font-family: 'Handel Gothic';
     font-style: bold;
     font-weight: 700;
     src: local(''),
          url('fonts/Handel-Gothic-D-Bold.woff') format('woff2'), 
          url('Handel-Gothic-D-Bold.otf') format('otf'); 
   }