@font-face {
    font-family: "talkto";
    src: url("fonts/talkto.woff2") format("woff2"),
        url("fonts/talkto.ttf") format("truetype"),
        url("fonts/talkto.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "talkto" !important;
    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-down-open:before {
    content: "\e800";
}
.icon-up-open:before {
    content: "\e801";
}
.icon-right:before {
    content: "\e802";
}
.icon-star:before {
    content: "\e803";
}
.icon-phone:before {
    content: "\e804";
}
.icon-interwell_mark:before {
    content: "\e805";
}
.icon-arrow:before {
    content: "\e806";
}
.icon-down:before {
    content: "\e807";
}
.icon-left-open:before {
    content: "\e808";
}
.icon-right-open:before {
    content: "\e809";
}
.icon-kryss:before {
    content: "\e80a";
}
.icon-home:before {
    content: "\e80b";
}
.icon-link-ext:before {
    content: "\f08e";
}
.icon-mail-alt:before {
    content: "\f0e0";
}
.icon-linkedin-1:before {
    content: "\f0e1";
}
.icon-instagram-1:before {
    content: "\f16d";
}
.icon-facebook-squared:before {
    content: "\f308";
}
.icon-play:before {
    content: "\f002";
}
.icon-pause:before {
    content: "\f004";
}
.icon-fast-backward:before {
    content: "\f000";
}
.icon-fast-forward:before {
    content: "\f001";
}
.icon-zoom:before {
    content: "\f003";
}
.icon-play-from-start:before {
    content: "\f005";
}