
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@300;400&family=Kanit:wght@300&family=Prompt:wght@300&family=Thasadith:wght@700&display=swap');


:root {
  scroll-behavior: smooth;
}

body {
font-family: 'Kanit', sans-serif;
font-family: 'IBM Plex Sans Thai', sans-serif;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'IBM Plex Sans Thai', sans-serif;
}


