:root {
    --bc-font-family: Inter, Arial, sans-serif;
}

html[lang="he"] {
    --bc-font-family: Heebo, Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
optgroup {
    font-family: var(--bc-font-family) !important;
}
