@font-face {
    font-family: 'wotfardregular';
    src: url('wotfard-regular-webfont.eot');
    src: url('wotfard-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('wotfard-regular-webfont.woff2') format('woff2'),
         url('wotfard-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html {
    font-family: 'wotfardregular', sans-serif;
}

body {
    background: snow;
    display: flex;
    margin: 0;
}

.left-pane, .right-pane {
    background-color: transparent !important;
}

.splitpanes__splitter {
    background-color: transparent !important;
    border-left: 1pt !important;
    border-right: 1pt !important;
    border-color: black !important;
}
