@font-face {
    font-family: 'siemens-sans';
    src: url('fonts/SiemensSans-Roman.eot');
    src: url('fonts/SiemensSans-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/SiemensSans-Roman.woff2') format('woff2'),
        url('fonts/SiemensSans-Roman.woff') format('woff'),
        url('fonts/SiemensSans-Roman.ttf') format('truetype'),
        url('fonts/SiemensSans-Roman.svg#SiemensSans-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'siemens-sans-bold';
    src: url('fonts/SiemensSans-Bold.eot');
    src: url('fonts/SiemensSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SiemensSans-Bold.woff2') format('woff2'),
        url('fonts/SiemensSans-Bold.woff') format('woff'),
        url('fonts/SiemensSans-Bold.ttf') format('truetype'),
        url('fonts/SiemensSans-Bold.svg#SiemensSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}