* {
    /*font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    /*font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;*/
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    --box-shadow-color: rgba(197, 197, 197, 0.2)
}

.text-styled {
    font-size: 1.4rem;
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif !important;
}

.fw {
    width: 100% !important;
}

.fh {
    height: 100% !important;
}

.fwd {
    width: 100vw !important;
}

.fhd {
    height: 100vh !important;
}

.v-list-item__title {
    font-size: 1.1rem !important;
    text-align: start;
}

.v-list-item__icon {
    margin-right: 12px !important;
}

#app {
    background-color: rgba(248, 248, 248, 0.78);
    background-image: radial-gradient(rgba(250, 199, 43, 0.28) 0.8px, rgba(248, 248, 248, 0.1) 0.8px);
    background-size: 16px 16px;
}

.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined),
.v-sheet.v-card:not(.v-sheet--outlined) {
    -webkit-box-shadow: 0px 6px 21px 0px var(--box-shadow-color) !important;
    -moz-box-shadow: 0px 6px 21px 0px var(--box-shadow-color) !important;
    box-shadow: 0px 6px 21px 0px var(--box-shadow-color) !important;
}
