/* Lightgallery Font Fix - korrigiert die Pfade zu den Icon-Fonts */
@font-face {
  font-family: 'lg';
  src: url('fonts/lg.woff2') format('woff2'),
       url('fonts/lg.woff') format('woff'),
       url('fonts/lg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
