@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#__next, body, html{font-family: 'latoregular';}
.text-gray-900{font-family: 'latobold';}
trix-editor { min-height: 55em !important;}

.MuiTableCell-root h1 {
    font-family: 'latoregular' !important;
    font-size: 17px;
}
.norecord{
    margin: 30px auto;
    width: 90px;
}
button{
    box-shadow: none;
    outline: none !important;
}