@font-face {
  font-family: 'popcorn-icons';
  src:  url('/wp-content/themes/popcorn2/assets/icons/fonts/popcorn-icons.eot?p6m804');
  src:  url('/wp-content/themes/popcorn2/assets/icons/fonts/popcorn-icons.eot?p6m804#iefix') format('embedded-opentype'),
    url('/wp-content/themes/popcorn2/assets/icons/fonts/popcorn-icons.ttf?p6m804') format('truetype'),
    url('/wp-content/themes/popcorn2/assets/icons/fonts/popcorn-icons.woff?p6m804') format('woff'),
    url('/wp-content/themes/popcorn2/assets/icons/fonts/popcorn-icons.svg?p6m804#popcorn-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="pop-icon-"], [class*=" pop-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'popcorn-icons' !important;
  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;
}

.pop-icon-popcorn:before {
  content: "\e900";
}
.pop-icon-plus:before {
  content: "\f067";
}
.pop-icon-minus:before {
  content: "\f068";
}
.pop-icon-heart:before {
  content: "\f004";
}
.pop-icon-star:before {
  content: "\f005";
}
.pop-icon-check:before {
  content: "\f00c";
}
.pop-icon-cross:before {
  content: "\f00d";
}
.pop-icon-play:before {
  content: "\f04b";
}
.pop-icon-chevron:before {
  content: "\f054";
}
.pop-icon-arrow:before {
  content: "\f061";
}
.pop-icon-bolt:before {
  content: "\f0e7";
}
.pop-icon-thumbs-up:before {
  content: "\f164";
}
.pop-icon-thumbs-down:before {
  content: "\f165";
}
