
        @import url('https://fonts.googleapis.com/css2?family=Poppins');
        h1, 
        h2, 
        h3, 
        h4, 
        h5, 
        h6 {
            font-family: "Poppins" !important;
        }
      
        @import url('https://fonts.googleapis.com/css2?family=Poppins');
        p,
        div,
        b,
        td, 
        th,
        ul,
        li,
        span:not(.ticon),
        i:not(.ticon){
            font-family: "Poppins" !important;
        }
      