@font-face {
    font-family: Etnomura;
    src: url(./etnomura.otf);
}

@font-face {
    font-family: kh;
    src: url(./Khmer_MN.ttc);
}

@font-face {
    font-family: etmomura_l;
    src: url(./Etnomura_light.otf);
}

@font-face {
    font-family: etmomura_m;
    src: url(./Etnomura_medium.otf);
}

/**{
    outline: 1px solid red;
}*/

body{
    margin: 0px;
    font-family: etmomura_l;
    letter-spacing: 0.5px;
    background-color: rgb(218,218,218);
}

.clear{
    clear: both;
}

a{
    text-decoration:none;
    color:#000;
}

input,textarea:focus{
    outline:none;
}

input[type='file']{
    display: none;
}

.no-select{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button{
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    padding: 11px 42px;
    font-size: 12px;
    transition: background-color 0.3s;
    color: #fff;
    border:1px solid #fff;
}

    .button:hover{
        background-color: rgba(245,245,245,0.1);
    }

.no-scroll{
    overflow: hidden;
    position: fixed;
    width: 100vw;
    max-height: 100vh;
    background-color: rgba(0,0,0,0.6);
}
        
        
::-webkit-scrollbar{ /* 1 */ 
    width: 6px;
    height: 6px;
    background:rgba(255,255,255,0.0);
}
::-webkit-scrollbar-button{  /* 2 */
    height: 0px;
}
::-webkit-scrollbar-track{  /* 3 */  
}
::-webkit-scrollbar-track-piece{  /* 4 */   
}
::-webkit-scrollbar-thumb{  /* 5 */ 
/*    background-color: rgb(35,35,35);*/
/*    border-radius:4px;*/
    background-color: rgb(0, 0, 0);
    
}
::-webkit-scrollbar-corner{  /* 6 */
    background-color: rgba(0,0,0,0);
}
::-webkit-resizer{  /* 7 */  
}

@media only screen and (max-width: 768px){

    
}