@font-face {
  font-family: 'lg';
  src: 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: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-icon:after {
  font-family: 'lg' !important;
}

/* LightGallery Icon Definitions */
.lg-close:after {
  content: "\e070";
}

.lg-zoom-in:after {
  content: "\e065";
}

.lg-zoom-out:after {
  content: "\e066";
}

.lg-prev:after {
  content: "\e068";
}

.lg-next:after {
  content: "\e069";
}

.lg-autoplay-button:after {
  content: "\e072";
}

.lg-actual-size:after {
  content: "\e067";
}

.lg-download:after {
  content: "\e074";
}

.lg-fullscreen:after {
  content: "\e087";
}

.lg-fullscreen-on:after {
  content: "\e088";
}

.lg-share:after {
  content: "\e089";
}
