@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;700&display=swap');
body {
    font-family: 'Kanit', sans-serif;
    background-color: #E0F2FE;
    color: #1E3A8A;
    scroll-behavior: smooth;
}
.text-gradient {
    background-image: linear-gradient(to right, #FFD700, #8bdaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}