@font-face {
  font-family: 'theme-icons';
  src:  url('../fonts/theme-icons/theme-icons.eot?u74c4i');
  src:  url('../fonts/theme-icons/theme-icons.eot?u74c4i#iefix') format('embedded-opentype'),
    url('../fonts/theme-icons/theme-icons.ttf?u74c4i') format('truetype'),
    url('../fonts/theme-icons/theme-icons.woff?u74c4i') format('woff'),
    url('../fonts/theme-icons/theme-icons.svg?u74c4i#theme-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico icon-"], [class*="ico icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
  content: "\e900";
}
.icon-clock:before {
  content: "\e901";
}
.icon-comment:before {
  content: "\e902";
}
.icon-fast:before {
  content: "\e903";
}
.icon-forward:before {
  content: "\e904";
}
.icon-heart:before {
  content: "\e905";
}
.icon-like:before {
  content: "\e906";
}
.icon-look:before {
  content: "\e907";
}
.icon-people:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-pin:before {
  content: "\e90a";
}
.icon-view:before {
  content: "\e90b";
}
.icon-snapchat:before {
  content: "\e90c";
}
.icon-square-snapchat:before {
  content: "\e90d";
}
.icon-tiktok:before {
  content: "\e90e";
}
.icon-square-tiktok:before {
  content: "\e90f";
}
.icon-x-twitter:before {
  content: "\e910";
}
.icon-square-x-twitter:before {
  content: "\e911";
}

