﻿@font-face {
    font-family: 'icomoon';
    src: url('client-styles/fonts/icomoon.eot?o3o86q');
    src: url('client-styles/fonts/icomoon.eot?o3o86q#iefix') format('embedded-opentype'), url('client-styles/fonts/icomoon.ttf?o3o86q') format('truetype'), url('client-styles/fonts/icomoon.woff?o3o86q') format('woff'), url('client-styles/fonts/icomoon.svg?o3o86q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="custom-icon-"], [class*=" custom-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;
}

.custom-icon-ts {
    font-size: 28px;
    margin-top: 2px;
}

.custom-icon-tooltip:before,
.custom-icon-ts:before {
    content: "\e900";
}