Using globally-scoped CSS to style elements and override classes in WordPress, like the garden-variety style.css. It has nothing to do with bbstyle.
Ex.
#bbpress-forums {
font-size: 14px !important;
font-weight: 500 !important;
font-family: Roboto !important;
}
.bbpress-wrapper {
font-size: 14px !important;
font-weight: 500 !important;
font-family: Roboto !important;
}
.bbp-breadcrumb, .bbp-breadcrumb-home {
font-size: 14px !important;
font-family: Roboto !important;
}
.bbp-topic-permalink {
font-size: 15px !important;
font-weight: 500 !important;
}
.bbp-header, .bbp-reply-author {
background-color: #F8AA3C !important;
font-size: 16px !important;
font-family: Roboto !important;
}