@font-face {
    font-family: 'icon-sound';
    src: url("./sound.ttf") format("truetype"),
        url("./sound.eot") format("embedded-opentype"),
        url("./sound.woff") format("woff");
}

.icon-sound {
    font-family: 'icon-sound' !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.play-filled:before {
    content: "\ea01";
}

.pause-filled:before {
    content: "\ea02";
}

.playlist-outline:before {
    content: "\ea03";
}

.play_circle-filled:before {
    content: "\ea04";
}

.pause_circle-filled:before {
    content: "\ea05";
}

.video_play-filled:before {
    content: "\ea06";
}

.rewind_forward-filled:before {
    content: "\ea07";
}

.rewind_back-filled:before {
    content: "\ea08";
}

.volume-filled:before {
    content: "\ea09";
}

.sound_off-filled:before {
    content: "\ea0a";
}

.buffering-filled:before {
    content: "\ea0b";
}

.stop_circle-filled:before {
    content: "\ea0c";
}