Why this matters
The production reason.
Headings are document structure, not just font sizes.
Skipping levels or using headings for visual emphasis makes pages harder to scan for users and search engines.
Choose the heading level based on the section hierarchy, then style it however the design needs.
<main>
<h1>Image Optimization Guide</h1>
<section>
<h2>Compression Settings</h2>
<h3>Quality Range</h3>
</section>
</main>