/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Poppins', sans-serif !important;
   font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
}