I dont understand the difference between All H1 Headings and heading-style-h1 in the default style guide when its cloned into webflow. Can someone explain to me what they are, and how to use them. I also started learning webflow last week, with no prior knowledge of coding. So ill need a detailed explanation. is it for example I use All H1 Headings for the hero, because SEO and you don't want more then 1 H1 per page. But if further down the page I have another header that I want to look like All H1 Heading but it needs to be heading-style-h, because that dose not confuse SEO or break the one H1 per page rule?
This comes from FinSweet’s Client First approach (https://finsweet.com/client-first/docs/typography-strategy). All H1 Headings is the Default HTML Class, while the heading-style-h1 is a utility class. You’re example is correct. The two different classes allow you to keep the proper SEO heading structure but style them to ‘appear’ as a different style. As client first puts it: “For example, we need to use an H1 tag for the page’s title. The H1 is required for SEO and page crawling. However, the styles of this title should follow the H2 styles of the project. We have a conflict where the SEO-required Heading tag needs the default styles from a different Heading tag. We can apply heading-style-h2 to the H1 element to mimic the H2 style while maintaining the H1 tag for SEO.”

