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

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

.k2-pause:before {
  content: "\e902";
}
.k2-play-1:before {
  content: "\e900";
}
.k2-play-2:before {
  content: "\e901";
}
