@font-face {
    font-family: 'Soehne Breit';
    src: url(/fonts/SohneBreit-Buch.otf) format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Soehne Breit';
    src: url(/fonts/SohneBreit-Extraleicht.otf) format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'Soehne Web';
    src: url(/fonts/soehne-web-buch.otf) format('opentype');
    src: url(/fonts/soehne-web-buch.ttf) format('truetype');
    src: url(/fonts/soehne-web-buch.woff) format('woff');
    src: url(/fonts/soehne-web-buch.woff2) format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Soehne Web';
    src: url(/fonts/soehne-web-leicht.otf) format('opentype');
    src: url(/fonts/soehne-web-leicht.ttf) format('truetype');
    src: url(/fonts/soehne-web-leicht.woff) format('woff');
    src: url(/fonts/soehne-web-leicht.woff2) format('woff2');
    font-weight: 300;
}



html,
body,
#root {
    margin: 0;
    padding: 0;

    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    margin: 0;
    font-family: 'Soehne Web', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
        'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
