@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
         url("../fonts/ionicons.woff?v=2.0.0") format("woff"),
         url("../fonts/ionicons.ttf?v=2.0.0") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ion-arrow-left-c::before,
.ion-chevron-up::before,
.ion-social-facebook::before,
.ion-social-linkedin::before,
.ion-volume-mute::before,
.ion-volume-medium::before,
.ion-play::before,
.ion-music-note::before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-arrow-left-c::before { content: "\f108"; }
.ion-chevron-up::before { content: "\f126"; }
.ion-social-facebook::before { content: "\f231"; }
.ion-social-linkedin::before { content: "\f239"; }
.ion-volume-mute::before { content: "\f25a"; }
.ion-volume-medium::before { content: "\f259"; }
.ion-play::before { content: "\f215"; }
.ion-music-note::before { content: "\f20c"; }
