﻿html, body {
    font-family: Quicksand, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #272740;
}

body {
    overflow: hidden;
}

.mud-drawer {
    max-height: calc(100vh - 5em);
}

.main-content {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.mud-input {
    font-weight: 500;
}
