.lxgw-wenkai-tc-regular { /* mandarin non-cursive */
    font-family: "LXGW WenKai TC", cursive;
    font-weight: 400;
    font-style: normal;
}
.fredoka{ /* english */
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
.k2d{ /* thai */
    font-family: "K2D", sans-serif;
    font-style: normal;
}
@font-face { /*english and chinese cursive */
    font-family: "CYLY"; 
    src: url("../fonts/ChenYuluoyan.ttf") format("truetype"); 
}
.cyly{
    font-family: "CYLY", sans-serif;
    font-style: normal;
}

.font-italic{
    font-style: italic !important;
}

.font-thin{
    font-weight: 100;
}
.font-extralight{
    font-weight: 200;
}
.font-light{
    font-weight: 300;
}
.font-regular{
    font-weight: 400;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.font-bold{
    font-weight: 600;
}
.font-extrabold{
    font-weight: 800;
}