/* @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    */
/*****************************************/
h1{
 font-family: "Work Sans"; !important
 font-weight: bold; !important
}

h2{
 font-family: "Work Sans"; !important
 font-weight: bold; !important
}

h3{
 font-family: "Work Sans"; !important
 font-weight: bold; !important
}

h4{
 font-family: "Work Sans"; !important
 font-weight: bold; !important
}

h5{
 font-family: "Work Sans"; !important
 font-weight: bold; !important
}

h6{
 font-family: "Work Sans"; !important
 font-weight: bold; !important
}

p{
 font-family: "Work Sans"; !important
}