Line Height Issues

Hi All,

I’m running the Inros Theme at https://wahed.ghost.io/
I’m currently having a massive issue with the line height on my articles, they’re huge!
Would really appreciate if you guys could help.
FYI, I’m currently running a custom font . The theme developer helped me to inject the required code.
I’ve tried to research the line height issue myself but have no idea where to plug into the code (see below)
Would be super grateful for any help you could give!

Your theme’s CSS contains these two selectors controlling line height and a huge margin below each paragraph:

.post-content p {
    line-height: 1.7;
}
.post-content>* {
    margin-bottom: 4rem;
}