@import "ft.css";
@import "header.css";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    font-family:"Open Sans","PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}
/* ::-webkit-scrollbar{width:0;} */
@font-face {
  font-family: 'AngsanaUPC';
  src: url('./ANGSAUZ.TTF')
}
body,ul,li,p,a,*{
    margin: 0;
    padding: 0;
    list-style: none;
    color:inherit;
}
a{
    text-decoration: none;
    color:inherit;
}
*{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
    box-sizing: border-box;
}
img{
    vertical-align: middle;
    max-width: 100%;
}

html {
    scroll-padding-top: 5vw;
}


    @media screen and (max-width: 768px){
        .html,.html>*{
            font-size: 16px !important;
        }
    }