/*Apply Poppins to headings*/
 h1, h2, h3, h4, h5, h6 {
   font-family: 'Poppins', sans-serif!important;
   font-weight: 700!important;
   letter-spacing: -1px!important;
 }
 /* Some page titles aren't using an HTML heading tag so we'll apply the Poppins font to them by targeting the class selector */
 .desc-heading {
   font-family: 'Poppins', sans-serif!important;
   font-weight: 700!important;
   letter-spacing: -1px!important;
 }