@import url("https://cdn.jsdelivr.net/npm/icomoon@1.0.0/style.min.css");
@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?5mh49t");
    src: url("fonts/icomoon.eot?5mh49t#iefix") format("embedded-opentype"),
        url("fonts/icomoon.ttf?5mh49t") format("truetype"),
        url("fonts/icomoon.woff?5mh49t") format("woff"),
        url("fonts/icomoon.svg?5mh49t#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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

.icon-play:before {
    content: "\e914";
}
.icon-back:before {
    content: "\e913";
}
.icon-instagram:before {
    content: "\e912";
}
.icon-facebook:before {
    content: "\e910";
}
.icon-linkedin:before {
    content: "\e911";
}
.icon-download:before {
    content: "\e905";
}
.icon-search:before {
    content: "\e900";
}
.icon-next:before {
    content: "\e901";
}
.icon-clock:before {
    content: "\e902";
}
.icon-digital:before {
    content: "\e903";
}
.icon-down:before {
    content: "\e904";
}
.icon-graphic:before {
    content: "\e906";
}
.icon-link:before {
    content: "\e907";
}
.icon-mail:before {
    content: "\e908";
}
.icon-maps:before {
    content: "\e909";
}
.icon-other:before {
    content: "\e90a";
}
.icon-phone:before {
    content: "\e90b";
}
.icon-prev:before {
    content: "\e90c";
}
.icon-tick:before {
    content: "\e90d";
}
.icon-up:before {
    content: "\e90e";
}
.icon-web:before {
    content: "\e90f";
}
