/* @import url("https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@300;400;700;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-size: 14px;
    color: #333;  
    /* background-color: rgb(157, 157, 157); */
}
a {
    text-decoration: none !important;
}
label.required:after {
    content: "*";
    color: red;
}
.khmerSiemreap {
    font-family: Khmer OS Siemreap !important;
}


