CSS snippet to control font size at a given list indent level?

Hi,

I’m looking for a CSS snippet to control the font size at a given list (not heading) indent level.
In the screenshot below you can see my list with “folded indent”:
Zrzut ekranu 2021-01-3 o 18.56.13

I would like “Level 1” to be larger than “Level 2”, which would be larger than “Level 3” (font size decreasing with indent level).

Ideally, it would be great to control also other params, like bold or italic

For headings I’ve found the parameter"
–h1: 1.125em;
–h2: 1em;
etc
but can’t find sth similar for indents…

I would appreciate Your help: I’m a CSS newbie and can’t find the solution.

Many thanks :slight_smile:
Andy