:root {
    --mud-typography-default-family: 'Inter', sans-serif;
    --mud-typography-h1-family: 'Inter', sans-serif;
    --mud-typography-h2-family: 'Inter', sans-serif;
    --mud-typography-h3-family: 'Inter', sans-serif;
    --mud-typography-h4-family: 'Inter', sans-serif;
    --mud-typography-h5-family: 'Inter', sans-serif;
    --mud-typography-h6-family: 'Inter', sans-serif;
    --mud-typography-body1-family: 'Inter', sans-serif;
    --mud-typography-body2-family: 'Inter', sans-serif;
    --mud-typography-button-family: 'Inter', sans-serif;
    --mud-typography-caption-family: 'Inter', sans-serif;
    --mud-typography-subtitle1-family: 'Inter', sans-serif;
    --mud-typography-subtitle2-family: 'Inter', sans-serif;
}

body {
    font-family: 'Inter', sans-serif;
}

.mud-typography {
    font-family: 'Inter', sans-serif;
}

* {
    font-family: 'Inter', sans-serif !important;
}

body {
    background: #f8fafc;
    color: #0f172a;
}

.meb-cell-style-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
