Hi so I used the website to generate an Angular scss for the theming (see below picture for the expected look).

But, when using h1 tags the text stays black (see below picture)

I did apply mat-typography in the global div.
Now when I use an h1 inside a <mat-...> component, it works accordingly:

So it is just not working when I'm putting a solo h1 tag that is inside the div with the mat-typography class but not inside a component.

Anyone knows what I may be doing wrong or is this a bugg?