@import url('https://fonts.googleapis.com/css?family=Kanit:200,400|Ropa+Sans');


html {
    font-size: 20px;
    font-weight: 200;
}

* {
    font-family: 'Kanit', sans-serif;
    line-height: 1.1em;
}

#divMain h1,
#divMain h2,
#divMain h3,
#divMain h4,
#divMain h5,
#divMain h6
 {
    font-family: 'Ropa Sans';
    /* font-weight: bold; */
    line-height: 1.2em;
    margin-top: 0.3em;
}

@media screen\0 {
    * {
        font-family: "Century Gothic", "Gill Sans MT", Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
}