@font-face {
    font-family: 'geg-body-font';
    src: url('font/geg-body-font.woff2') format('woff2'),
         url('font/geg-body-font.woff') format('woff'),
         url('font/geg-body-font.ttf') format('truetype');
   font-style: normal;
  } 

  @font-face {
    font-family: 'geg-headline';
    src: url('font/geg-headline.woff2') format('woff2'),
         url('font/geg-headline.woff') format('woff'),
         url('font/geg-headline.ttf') format('truetype');
   font-style: normal;
  } 

  html, body, button, input, select, textarea, p {
    font-family: 'geg-body-font';
  }
  h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
     font-family: 'geg-headline';
  }