/* PE Icon 7 Stroke CSS - Minimal placeholder to prevent 404 errors */
/* This prevents the "text/html MIME type" error by providing an actual CSS file */

[class^="pe-"], [class*=" pe-"] {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Common pe-icon classes */
.pe-7s-angle-left:before { content: "\e629"; }
.pe-7s-angle-right:before { content: "\e62a"; }
.pe-7s-play:before { content: "\e615"; }
.pe-7s-pause:before { content: "\e616"; }
