/*
@font-face {
    font-family: 'RohzaOne';
    src: url('../fonts/RozhaOne-Regular.otf') format('opentype');
    font-display: swap;
}
*/
@font-face {
    font-family: 'SiemensSans';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('theme/fonts/SiemensSans-Roman.ttf') format('ttf'),
        url('theme/fonts/SiemensSans-Roman.eot') format('eot'),
        url('theme/fonts/SiemensSans-Roman.woff') format('woff'),
        url('theme/fonts/SiemensSans-Roman.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'SiemensSans';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('theme/fonts/SiemensSans-Bold.ttf') format('ttf'),
        url('theme/fonts/SiemensSans-Bold.eot') format('eot'),
        url('theme/fonts/SiemensSans-Bold.woff') format('woff'),
        url('theme/fonts/SiemensSans-Bold.woff2') format('woff2');
    font-display: swap;
}
