/* Family Book — global typography: Inter only */
:root{
  --fb-font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

html,
body,
body *,
button,
input,
textarea,
select,
option{
  font-family:var(--fb-font)!important;
}

/* Preserve hierarchy through weight, not a second typeface. */
h1,h2,h3,h4,h5,h6,
.page-title h1,
.section-head h2,
.family-wall-panel .section-head h2,
.desktop-widget-head h3,
.auth-card h1,
.home-hero h1,
.placeholder h2{
  font-family:var(--fb-font)!important;
  font-style:normal;
}

h1,.page-title h1,.home-hero h1{font-weight:800!important}
h2,.section-head h2,.family-wall-panel .section-head h2{font-weight:750!important}
h3,h4,h5,h6,.desktop-widget-head h3{font-weight:700!important}

button,
.desktop-side-link,
.desktop-widget-head button,
.link,
.primary,
.tab,
.nav,
.qcard strong{
  font-weight:700;
}
