:root {
    --mud-typography-font: VazirmatnFD;
    --mud-typography-button-family: var(--mud-typography-font) !important;
    --mud-typography-default-family: var(--mud-typography-font) !important;
    --mud-typography-body1-family: var(--mud-typography-font) !important;
    --mud-typography-body2-family: var(--mud-typography-font) !important;
    --mud-typography-caption-family: var(--mud-typography-font) !important;
    --mud-typography-h1-family: var(--mud-typography-font) !important;
    --mud-typography-h2-family: var(--mud-typography-font) !important;
    --mud-typography-h3-family: var(--mud-typography-font) !important;
    --mud-typography-h4-family: var(--mud-typography-font) !important;
    --mud-typography-h5-family: var(--mud-typography-font) !important;
    --mud-typography-h6-family: var(--mud-typography-font) !important;
    --mud-typography-subtitle1-family: var(--mud-typography-font) !important;
    --mud-typography-subtitle2-family: var(--mud-typography-font) !important;
    --mud-typography-overline-family: var(--mud-typography-font) !important;
    --mud-typography-body2-size: 1rem !important;
}
.mud-icon-button-label .mud-svg-icon {
    transform: rotate(180deg);
}
.mud-picker-calendar .mud-day .mud-typography, .mud-picker-calendar-header-day .mud-day-label, .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root, .mud-button-label {
    font-size: 1.1rem;
}
.mud-table-cell {
    font-size: 1.1rem;
}
.mud-table-pagination-caption {
    font-size: 1.1rem;
}
.mud-table-pagination-select .mud-input .mud-input-root {
    font-size: 1.1rem;
}
.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 4px;
}