﻿html, body {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.mud-typography-caption, .mud-typography-subtitle2, .mud-typography-body2 {
    color: var(--grey-600);
}

.mud-typography-body1, .mud-typography-subtitle1 {
    color: var(--grey-950);
}

label.mud-switch {
    font-weight: 500 !important; 
    font-size: 16px !important;
    line-height: 20px !important;
}

.mud-button{
    border-radius:0px;
    box-shadow:none;
}

.mud-button:hover{
    box-shadow:none;
}

.mud-table-head {
    background-color: var(--grey-50);
}