<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/*
  	flaticon icon font: flaticon
  	creation date: 11/10/2018 15:16
  	*/

@font-face {
  font-family: "flaticon";
  src: ;
  src:  format("embedded-opentype"),
        format("woff"),
        format("truetype"),
        format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "flaticon";
    src:  format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: flaticon;
    font-size: 15px;
    font-style: normal;
    position: relative;
    top: 1px;
}

.flaticon-eye:before { 
  content: "\f100"; 
}
.flaticon-eye:before { content: "\f100"; }
.flaticon-thumbs-up:before { content: "\f101"; }
.flaticon-chat-comment-oval-speech-bubble-with-text-lines:before { 
  content: "\f102"; 
  font-size: 0.95em;
}</pre></body></html>