How can I alter policy page background colors and font?

I want to change the background color off all my policy pages to #B9B7B7. What is some code to do this?

Also Is there a way to change the font on just my policy pages?

Theme: Dawn

Website: desire-online.net

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Layout > theme.liquid and paste this at the bottom of the file:
{% if page.handle == 'privacy-policy' %}
  
{% endif %}

Hi @jakegrieveson

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->theme.liquid

{% if page.handle == 'privacy-policy' %}
  
{% endif %}

Hope you find my answer helpful!
Best regards,
Richard | PageFly