@font-face {
    font-family: "Roboto";
    src: url("Roboto-Regular.ttf");
}

* {
    user-select: none;
}

html, body, #app, .mud-tabs-tabbar-inner {
    height: 100%;
}

body {
    background-color: #202020;
    color: white;
    font-family: "Roboto";
}

.mud-tabs-tabbar {
    background-color: unset;
}

.mud-table-container {
    overflow-y: unset;
}

.mud-table-body {
    white-space: pre-wrap;
}

.mud-table-cell {
    padding: 5px !important;
}

.corner-fab {
    position: absolute;
    right: 20px;
    bottom: 20px;
}