/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
 /*
     HINWEIS: TTF-Dateien (von Google Fonts) kÃ¶nnen mit dem Generator von
     Font Squirrel in WOFF und WOFF2 umgewandelt werden.
     http://www.fontsquirrel.com/tools/webfont-generator

     1. local() ist der Name der Schrift (sowie im Photoshop)
     2. local() ist der PostScript-Name der Schrift (wird fÃ¼r Safari benÃ¶tigt)
 */


@font-face {
    font-display: fallback;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato'),
      local('Lato-Light'),
      url('fonts/Lato-Light.woff2') format('woff2'),
      url('fonts/Lato-Light.woff') format('woff')
}

@font-face {
    font-display: fallback;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato'),
      local('Lato-Bold'),
      url('fonts/Lato-Bold.woff2') format('woff2'),
      url('fonts/Lato-Bold.woff') format('woff')
}

@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/satisfy-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Satisfy Regular'), local('Satisfy-Regular'),
       url('fonts/satisfy-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/satisfy-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/satisfy-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/satisfy-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/satisfy-v8-latin-regular.svg#Satisfy') format('svg'); /* Legacy iOS */
}
