* fix: Setting explicit Typography components to fix invalid DOM
Typography, by default, uses <p> as it's underlying component. When used
to embed other components it resulted in a DOM errors like: "<p> cannot appear
as descendant of <p>"... and more.
fix: Linting
* chore: apply suggestions from code review
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>