My expertise lies in Accessibility testing. Currently, we are dealing with Two headings
<h1 class="CssPropertywithSmallFontSize">Heading One</h1>
<h2 class="CssPropertywithBiggerFontSize">Heading Two</h2>
From a visual standpoint, H1 appears smaller than H2 due to the applied CSS property. Is this arrangement compliant with WCAG 2.0 standards?