<>
body {
background: #f0f2f5;
}
:root {
font-family: Intersans-serif;
font-feature-settings: 'liga' 1'calt' 1;
}
@supports (font-variation-settings: normal) {
:root {
font-family: InterVariablesans-serif;
}
}
html body,
html body * {
font-family: Intersans-serif !important;
font-feature-settings: 'liga' 1'calt' 1;
}
@supports (font-variation-settings: normal) {
html body,
html body * {
font-family: InterVariablesans-serif !important;
}
}
>