:root {
    color-scheme: dark !important;
  }

@font-face {
    font-family: 'SegoeUI-VF';
    src: url(./fonts/SegoeUI-VF.ttf);
    
}
html,body{
    font-family: 'SegoeUI-VF';
    margin:0;
    background-color: rgb(19, 20, 22);
}

#container{
    height:100%;
    width:100%;
}