@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;700&display=swap');

body {
    font-family: "Kanit",Arial, sans-serif;
    background-color: #f8f8f8;
    color: #333;
}

h1 {
    color: #4CAF50;
}

p {
    font-size: 1.2em;
    margin-top: 10px;
}
