@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');
@font-face {
    font-family: "LKT";
    src: url("/font/font_bd.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "LKT";
    src: url("/font/font_bd.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

html, body{
    font-family: "LKT", "Noto Sans Thai", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: white;
}