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

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

/*****************************************/
button,
.button,
.hs-button {
    border: none;
    border-radius: 5px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}



button:hover,
.button:hover,
.hs-button:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important; /* optional, if there's a glow or shadow */
}
}
/*****************************************/