/*Custom Icons*/

@font-face {
    font-family: 'tpi';
    src:  url('../fonts/tpi.eot?hvvpj0');
    src:  url('../fonts/tpi.eot?hvvpj0#iefix') format('embedded-opentype'),
    url('../fonts/tpi.ttf?hvvpj0') format('truetype'),
    url('../fonts/tpi.woff?hvvpj0') format('woff'),
    url('../fonts/tpi.svg?hvvpj0#tpi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tpi-console-icons  {
    --rz-icon-font-family: 'tpi';
}

.tpi-console-icons i.rzi {
    font-weight: 100;    
}

[class^="tpi-icon-"], [class*=" tpi-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tpi' !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;
}

.tpi-icon-groups:before {
    content: "\e900";
    color: #737791;
}
.tpi-icon-messages:before {
    content: "\e901";
    color: #737791;
}