:root {
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

html, body {
    font-family: var(--font-family);
}

.mud-typography {
    font-family: var(--font-family) !important;
}

.mud-button {
    font-family: var(--font-family) !important;
}

.mud-input {
    font-family: var(--font-family) !important;
}
