diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
index d229ba9f5..3c2d24f37 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
@@ -14,7 +14,7 @@
 
 <div class="themes-plugins">
 	
-	<h3><?php _e( 'Themes and Plugins', 'wporg-forums' ); ?></h3>
+	<h2 class="heading"><?php _e( 'Themes and Plugins', 'wporg-forums' ); ?></h2>
 	<p><?php
 		/* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */
 		printf( __( 'Looking for help with a specific <a href="%1$s">%2$s theme</a> or <a href="%3$s">%4$s plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit the theme or plugin\'s individual forum.', 'wporg-forums' ),
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php
index bf7e41bef..83b274dcb 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php
@@ -1,6 +1,6 @@
 <div id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class( bbp_get_forum_id(), array( '' ) ); ?>>
 
-	<a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><h3><?php bbp_forum_title(); ?></h3></a>
+	<a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><h2 class="heading"><?php bbp_forum_title(); ?></h2></a>
 
 	<p><?php bbp_forum_content(); ?></p>
 
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/front-page.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/front-page.php
index d81109cd1..ae8493e03 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/front-page.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/front-page.php
@@ -20,7 +20,7 @@ get_header(); ?>
 			<hr>
 
 			<div id="helphub-forum-link" class="text-center">
-				<h3><?php esc_html_e( 'Support Forums', 'wporg-forums' ); ?></h3>
+				<h2 class="heading"><?php esc_html_e( 'Support Forums', 'wporg-forums' ); ?></h2>
 
 				<p>
 					<span>
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
index 05ea8d831..135f32248 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
@@ -29,7 +29,7 @@ get_header(); ?>
 						/* translators: dashicon class name for 'Welcome to Support' section. Do not translate into your own language. */
 						esc_attr_e( 'dashicons-sos', 'wporg-forums' );
 					?>"></span>
-					<h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3>
+					<h2 class="heading"><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h2>
 					<p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p>
 					<p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p>
 				</div>
@@ -40,7 +40,7 @@ get_header(); ?>
 						/* translators: dashicon class name for 'Documentation' section. Do not translate into your own language. */
 						esc_attr_e( 'dashicons-portfolio', 'wporg-forums' );
 					?>"></span>
-					<h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3>
+					<h2 class="heading"><?php _e( 'Documentation', 'wporg-forums' ); ?></h2>
 					<p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p>
 					<p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p>
 				</div>
@@ -51,7 +51,7 @@ get_header(); ?>
 						/* translators: dashicon class name for 'Get Involved' section. Do not translate into your own language. */
 						esc_attr_e( 'dashicons-hammer', 'wporg-forums' );
 					?>"></span>
-					<h3><?php _e( 'Get Involved', 'wporg-forums' ); ?></h3>
+					<h2 class="heading"><?php _e( 'Get Involved', 'wporg-forums' ); ?></h2>
 					<p><?php _e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-forums' ); ?></p>
 					<p><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-forums' ); ?></p>
 				</div>
@@ -74,7 +74,7 @@ get_header(); ?>
 
 		<section class="clear helpful-links">
 			<div>
-				<h3><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h3>
+				<h2 class="heading"><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h2>
 				<ul class="meta-list">
 					<li><?php _e( '<a href="https://wordpress.org/support/article/new_to_wordpress_-_where_to_start/">New to WordPress &mdash; Where to Start</a>', 'wporg-forums' ); ?></li>
 					<li><?php _e( '<a href="https://wordpress.org/support/article/faq-installation/">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
index ceca363a9..b37e083b9 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
@@ -46,12 +46,17 @@ $paginationBreakPoint: "600px";
 				text-decoration: none;
 			}
 
-			h3 {
+			h3,
+			.heading {
 				font-size: 1.4rem;
 				margin-bottom: 0;
 				margin-top: 0;
 			}
 
+			.heading {
+				color: #23282d;
+			}
+
 			p {
 				color: #666;
 			}
@@ -847,7 +852,8 @@ select {
 		max-width: 20rem;
 		margin: 0 auto 4rem;
 
-		h3 {
+		h3,
+		.heading {
 			margin-top: 1rem;
 		}
 
@@ -925,7 +931,8 @@ select {
 			}
 		}
 
-		h3 {
+		h3,
+		.heading {
 			font-size: 1.4rem;
 			margin-bottom: 0;
 			margin-top: 0;
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss
index 9d3c4814c..e85fd765e 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss
@@ -28,7 +28,8 @@ h2 {
 	font-weight: 300;
 }
 
-h3 {
+h3,
+.heading {
 	font-size: ms( 4 );
 	font-weight: 400;
 }
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php
index b901879c3..7c7b742ce 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php
@@ -22,7 +22,7 @@
 					esc_attr_e( 'dashicons-sos', 'wporg-forums' );
 					?>
 					"></span>
-			<h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3>
+			<h2 class="heading"><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h2>
 			<p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p>
 			<p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p>
 		</div>
@@ -35,7 +35,7 @@
 					esc_attr_e( 'dashicons-portfolio', 'wporg-forums' );
 					?>
 					"></span>
-			<h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3>
+			<h2 class="heading"><?php _e( 'Documentation', 'wporg-forums' ); ?></h2>
 			<p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p>
 			<p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p>
 		</div>
@@ -48,7 +48,7 @@
 					esc_attr_e( 'dashicons-hammer', 'wporg-forums' );
 					?>
 					"></span>
-			<h3><?php _e( 'Get Involved', 'wporg-forums' ); ?></h3>
+			<h2 class="heading"><?php _e( 'Get Involved', 'wporg-forums' ); ?></h2>
 			<p><?php _e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-forums' ); ?></p>
 			<p><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-forums' ); ?></p>
 		</div>
