@font-face {
    font-family: 'Servicetrace';
    src: url('../fonts/Servicetrace.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Servicetrace.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fs {
    display: inline-block;
    font: normal normal normal 14px/1 Servicetrace;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fs-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fs-2x {
    font-size: 2em;
}
.fs-3x {
    font-size: 3em;
}
.fs-4x {
    font-size: 4em;
}
.fs-5x {
    font-size: 5em;
}

.fs-alerting:before {
    content: "\0041";
}

.fs-control-center:before {
    content: "\0042";
}

.fs-dashboard:before {
    content: "\0043";
}

.fs-master-data:before {
    content: "\0044";
}

.fs-report-automation:before {
    content: "\0045";
}

.fs-reporting:before {
    content: "\0046";
}

.fs-system-administration:before {
    content: "\0047";
}

.fs-test-automation:before {
    content: "\0048";
}

.fs-user-management:before {
    content: "\0049";
}

.fs-tms:before {
    content: "\004a";
}


.fs-bug:before {
    content: "\0061";
}

.fs-icon:before {
    content: "\0062";
}

.fs-magnifying-glass:before {
    content: "\0063";
}

.fs-settings:before {
    content: "\0064";
}
