/* RXOPD global font override: Calibri-style font stack, no external font files. */
:root{
  --rxopd-font-family: Calibri, Candara, "Segoe UI", Arial, Helvetica, sans-serif;
}
html,
body,
button,
input,
select,
textarea,
table,
th,
td,
a,
p,
span,
small,
strong,
em,
label,
legend,
summary,
details,
li,
dt,
dd,
figcaption,
blockquote,
code,
pre,
.rx-page,
.clean-admin-shell,
.staff-desk-shell,
.company-desk-shell,
.company-corporate-login-screen,
.mr-login-shell{
  font-family: var(--rxopd-font-family) !important;
  letter-spacing: normal;
}

h1,h2,h3,h4,h5,h6,
.clean-admin-topbar strong,
.staff-topbar strong,
.company-topbar strong,
.company-login-heading h1,
.company-desk-title,
.company-desk-card h2,
.company-section-title,
.mr-brand-panel h1,
.mr-login-card h2{
  font-family: var(--rxopd-font-family) !important;
  letter-spacing: -0.015em;
}

button,
.rx-btn,
.company-login-submit,
.company-login-action,
.company-topnav a,
.company-nav a,
.clean-admin-nav a,
.staff-nav a,
input,
select,
textarea{
  font-family: var(--rxopd-font-family) !important;
}
