/* Variable fonts: one file per family covers the whole weight range.
   Self-hosted deliberately — a healthcare site should not hand every visitor's
   IP address to a third-party font CDN, and it keeps the CSP free of external
   style/font origins. Latin subset only. */
@font-face{
  font-family:'Baloo 2';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url('/fonts/baloo2-var.woff2') format('woff2-variations'),
      url('/fonts/baloo2-var.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:300 900;
  font-display:swap;
  src:url('/fonts/nunito-sans-var.woff2') format('woff2-variations'),
      url('/fonts/nunito-sans-var.woff2') format('woff2');
}
