@@ -248,7 +248,8 @@ button.gh-form-input {
248248 color : rgb (0 0 0 / 0.3 );
249249}
250250
251- : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) .gh-form-input {
251+ : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) .gh-form-input ,
252+ body [class *= " gh-font-heading" ]: not (.gh-font-heading-fira-sans ): not (.gh-font-heading-inter ): not (.gh-font-heading-manrope ): not (.gh-font-heading-noto-sans ): not (.gh-font-heading-nunito ): not (.gh-font-heading-poppins ): not (.gh-font-heading-roboto ): not (.gh-font-heading-space-grotesk ) .gh-form-input {
252253 padding-inline : 20px ;
253254}
254255
@@ -284,7 +285,8 @@ button.gh-form-input {
284285 cursor : pointer;
285286}
286287
287- : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) button .gh-form-input {
288+ : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) button .gh-form-input ,
289+ body [class *= " gh-font-heading" ]: not (.gh-font-heading-fira-sans ): not (.gh-font-heading-inter ): not (.gh-font-heading-manrope ): not (.gh-font-heading-noto-sans ): not (.gh-font-heading-nunito ): not (.gh-font-heading-poppins ): not (.gh-font-heading-roboto ): not (.gh-font-heading-space-grotesk ) button .gh-form-input {
288290 padding-inline-start : 50px ;
289291}
290292
@@ -2714,15 +2716,8 @@ figcaption a {
27142716 letter-spacing : 0 ;
27152717}
27162718
2717- .has-serif-title : not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-button , .gh-form , .gh-form-input ) {
2718- border-radius : 0 ;
2719- }
2720-
2721- .has-mono-title : not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-button ) {
2722- border-radius : 0 ;
2723- }
2724-
2725- .has-mono-title : not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-form ) {
2719+ : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-button , .gh-form , .gh-form-input ),
2720+ body [class *= " gh-font-heading" ]: not (.gh-font-heading-fira-sans ): not (.gh-font-heading-inter ): not (.gh-font-heading-manrope ): not (.gh-font-heading-noto-sans ): not (.gh-font-heading-nunito ): not (.gh-font-heading-poppins ): not (.gh-font-heading-roboto ): not (.gh-font-heading-space-grotesk ) : is (.gh-button , .gh-form , .gh-form-input ) {
27262721 border-radius : 0 ;
27272722}
27282723
0 commit comments