Need help with changing font on website with a font from google

I am currently assisting a client with changing their font from one that was downloaded from Google. The file was added to their shopify files and I inputted this into their theme.liquid:

@font-face {
  font-family: "Jost";
  src: url("https://cdn.shopify.com/s/files/1/0703/8471/4026/files/Jost-VariableFont_wght.woff2?v=1690648262");
}

What do I need to add or remove so that this does not just affect the header and footer. I want this font to be uniform throughout the entire site.

Additional information:

- Using the Symmetry Theme

- Working on a non-published duplicate in case there are issues

- Current Website: [https://boothlibrary.net](https://boothlibrary.net)

Thank you