: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;
}

th.mud-table-cell {
    font-size: 13px !important;
    font-weight: bold !important;
}

.settings-layout-sidebar {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    flex: 0 0 280px;
}

.settings-layout-content {
    min-width: 0;
    flex: 1 1 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.settings-category-body {
    padding-left: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
}

.settings-tz-wrap {
    height: 48px;
    overflow: hidden;
}

.data-loading-anchor {
    position: relative;
}

.data-loading-progress-host {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 4px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    overflow: hidden;
}

.data-loading-progress {
    margin: 0 !important;
}
