I am redesigning my website and when I was trying to setup the typography I couldn't set the font-weight for my <p> elements, it just wouldn't do anything.
So I looked into the inspector and found
p {font-weight: 300 !important;}
Although I started with a fresh installation I could not rule out that some of my experiments before had caused that, so I looked into the inspector here and found the same:
https://demo.photo.gallery/examples/features/sample/
How can I set my font-weight if it is overridden by default?