body {
    font-family: 'Inter', 'Prompt', sans-serif;
}


/* ซ่อน Scrollbar แต่ยังเลื่อนได้ */

 ::-webkit-scrollbar {
    display: none;
}