@font-face {
    font-family: 'Icons';
    /* Task 706927: Search Engine Optimization: need to use modern font formats (woff or woff2) instead of .tff */
    src: url('Eric.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class*="eric-icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 Icons;
    font-size: inherit;
    text-rendering: auto;
}

.eric-icon-mail:before {
    content: "\e900";
}

.eric-icon-wechat:before {
    content: "\e901";
}

.eric-icon-location:before {
    content: "\e902";
}

.eric-icon-previous:before {
    content: "\e903";
}

.eric-icon-next:before {
    content: "\e904";
}

.eric-icon-phone:before {
    content: "\e905";
}

.eric-icon-arrow-right:before {
    content: "\e906";
}
.eric-icon-menu:before {
    content: "\e907";
}
.eric-icon-close:before {
    content: "\e908";
}
