Some parts of the CSS not rendering

I deployed my React project on Netlify but some parts of the CSS file are not rendering, as well as the Google font I import. I debug my CSS file and there is no syntax error. Then how could this happen and how can I solve it?

My deployed site:
https://celebrated-salamander-f428ac.netlify.app/

My Github repo:

The landing page is supposed to look like this:
https://i.ibb.co/hFndhnH/sc11.png

Hi @canyapalak welcome to the forums and thanks so much for reaching out. There are several reasons why this could be occuring.

What have you tried so far? Did you make sure the path your CSS files are correct and pointing to the correct location.

Hi @SamO, thanks for your reply. My CSS file path is correct. Because some lines of the CSS are working, while some are not. That is why I am so confused and can’t figure out what is the reason of the problem. My main CSS file is App.css in my repo. I also have an index.css where I set the background and import a Google font. Background works but font does not work either. I deployed several websites on Netlify before. This is the first time I am having such a problem.