@font-face {
    font-family: 'a13-icomoon';
    src: url('../fonts/a13-icomoon.ttf?shhy2f') format('truetype'),
         url('../fonts/a13-icomoon.woff?shhy2f') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="a13icon-"], [class*=" a13icon-"] {
    font-family: "FontAwesome", "Font Awesome 5 Free", 'a13-icomoon', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.a13icon-menu:before {
    font-family: "FontAwesome", "Font Awesome 5 Free", sans-serif !important;
    content: "\f0c9" !important;
    font-weight: 900;
}

.a13icon-cross:before {
    font-family: "FontAwesome", "Font Awesome 5 Free", sans-serif !important;
    content: "\f00d" !important;
    font-weight: 900;
}

.a13icon-add-to-list:before { content: "\e914"; }
.a13icon-chevron-thin-left:before { content: "\e904"; }
.a13icon-chevron-thin-right:before { content: "\e905"; }
.a13icon-controller-paus:before { content: "\e900"; }
.a13icon-controller-play:before { content: "\e901"; }
