@font-face {
    font-family: 'Servicetrace';
    src: url('../fonts/X1_V_2.woff') format('woff');
    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-glyphX1:before {
    content: "\0058";
}
