@font-face {
    font-family: 'SiemensSans Pro Italic';
    src: url('../fonts/SiemensSansPro-Italic.woff2') format('woff2'),
        url('../fonts/SiemensSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SiemensSans Pro';
    src: url('../fonts/SiemensSansPro-Roman.woff2') format('woff2'),
        url('../fonts/SiemensSansPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SiemensSans Pro SBold';
    src: url('../fonts/SiemensSansPro-SBold.woff2') format('woff2'),
        url('../fonts/SiemensSansPro-SBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SiemensSans Pro Bold';
    src: url('../fonts/SiemensSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SiemensSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SiemensSans Pro Bold Italic';
    src: url('../fonts/SiemensSansPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/SiemensSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SiemensSans Pro SBold Italic';
    src: url('../fonts/SiemensSansPro-SBoldItalic.woff2') format('woff2'),
        url('../fonts/SiemensSansPro-SBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?yea779');
    src:  url('../fonts/icomoon.eot?yea779#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yea779') format('truetype'),
    url('../fonts/icomoon.woff?yea779') format('woff'),
    url('../fonts/icomoon.svg?yea779#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" 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;
}

.icon-time:before {
    content: "\e900";
    color: #010101;
}
.icon-location:before {
    content: "\e901";
    color: #010101;
}
.icon-user:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\ea40";
}


