/** CSS Easing functions */ /* Bulma Utilities */
.buddypress *:not(button, .dashicons) {
  font-family: var(--wp--preset--font-family--montserrat);
}
.buddypress button {
  font-family: var(--wp--preset--font-family--maven-pro);
}
.buddypress .bbpress-wrapper {
  padding: 1.25rem 1.75rem !important;
}
.buddypress .bbpress-wrapper .bbp-user-topics-started h2,
.buddypress .bbpress-wrapper .bbp-user-replies-created h2,
.buddypress .bbpress-wrapper .bbp-user-engagements h2,
.buddypress .bbpress-wrapper .bbp-user-favorites h2,
.buddypress .bbpress-wrapper .bbp-user-subscriptions h2 {
  font-size: var(--wp--preset--font-size--size-4);
}
.buddypress .bbpress-wrapper .bbp-user-topics-started h2:first-of-type,
.buddypress .bbpress-wrapper .bbp-user-replies-created h2:first-of-type,
.buddypress .bbpress-wrapper .bbp-user-engagements h2:first-of-type,
.buddypress .bbpress-wrapper .bbp-user-favorites h2:first-of-type,
.buddypress .bbpress-wrapper .bbp-user-subscriptions h2:first-of-type {
  margin: 0;
}
.buddypress .bbpress-wrapper .bbp-user-topics-started .bbp-search-form,
.buddypress .bbpress-wrapper .bbp-user-replies-created .bbp-search-form,
.buddypress .bbpress-wrapper .bbp-user-engagements .bbp-search-form,
.buddypress .bbpress-wrapper .bbp-user-favorites .bbp-search-form,
.buddypress .bbpress-wrapper .bbp-user-subscriptions .bbp-search-form {
  padding-top: 0;
}
.buddypress .register-page {
  margin-top: 5rem;
}
.buddypress .register-page .signup-form {
  max-width: clamp(16.25rem, 3.1735rem + 55.7929vw, 70.125rem);
}
.buddypress .register-page .signup-form input {
  border-radius: 0.25rem !important;
  border: 1px solid var(--wp--preset--color--grey-dark);
}
