@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/Simple-Line-Icons.woff2') format('woff2'),
       url('../fonts/Simple-Line-Icons.woff') format('woff'),
       url('../fonts/Simple-Line-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.sli {
  font-family: 'simple-line-icons' !important;
}

.sli-magnifier::before { content: "\e090"; }
.sli-heart::before     { content: "\e08a"; }

.sli-refresh::before   { content: "\e098"; }
