/** Global Inter typography for the Dr Bangladesh theme. */
:root {
  --drb-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--drb-font-sans) !important;
}

body *:not(.dashicons):not([class^="dashicons-"]):not([class*=" dashicons-"]) {
  font-family: var(--drb-font-sans) !important;
}

body .dashicons,
body .dashicons::before,
body [class^="dashicons-"]::before,
body [class*=" dashicons-"]::before {
  font-family: dashicons !important;
}