:root {
    --edoor-font-sans: "Plus Jakarta Sans", "Noto Sans Bengali", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --edoor-font-display: "Plus Jakarta Sans", "Noto Sans Bengali", "Segoe UI", system-ui, sans-serif;
}

html[lang="bn"] {
    --edoor-font-sans: "Plus Jakarta Sans", "Noto Sans Bengali", "Segoe UI", system-ui, sans-serif;
    --edoor-font-display: "Plus Jakarta Sans", "Noto Sans Bengali", "Segoe UI", system-ui, sans-serif;
}

html,
body {
    font-family: var(--edoor-font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1;
}

h1, h2, h3, h4, h5, h6,
.brand-text h4,
.auth-brand-name,
.sidebar-brand {
    font-family: var(--edoor-font-display);
}

button,
input,
select,
textarea,
.btn,
.form-control,
.form-select {
    font-family: inherit;
}
