/* Fonts Lokal einbinden */
@font-face {
    font-family: 'Grand+Hotel';
    src: url('../fonts/Grand_Hotel/GrandHotel-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  /* LATO */
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Thin.ttf');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.ttf');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Italic.ttf');
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.ttf');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
  }
  
  /* Montserrat */
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format("truetype");
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format("truetype");
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format("truetype");
    font-weight: 100;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format("truetype");
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format("truetype");
    font-weight: 800;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format("truetype");
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format("truetype");
    font-weight: 200;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format("truetype");
    font-weight: 500;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format("truetype");
    font-weight: 600;
    font-style: italic;
  }
  
  /* Open Sans */
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-Italic.ttf') format("truetype");
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-LightItalic.ttf') format("truetype");
    font-weight: 300;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf') format("truetype");
    font-weight: 600;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf') format("truetype");
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf') format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Open+Sans';
    src: url('../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format("truetype");
    font-weight: 800;
    font-style: italic;
  }