Confused about why styles don't look as expected

I have a component on the home page and font sizes look OK. But f I place it on another page the styles don’t apply. I’m a little confused how to control this and believe its via Project settings, but only see this:

Also note that I don’t need GlobalContextsProvider for homepage to style correctly as it’s commented out.

    // <GlobalContextsProvider>
      <ph.PageParamsProvider
        params={useRouter()?.query}
        query={useRouter()?.query}
      >
        <PlasmicHomepage />
        
      </ph.PageParamsProvider>
    // </GlobalContextsProvider>

Any help appreciated.

image.png

Resolved.
My bad, as I had placed the the component inside a header component by mistake and the Text was inheriting the Header style.

Love it when its my fault (normally) as it shows how stable and amazing Plasmic is.