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

*,
::after,
::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Kanit", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
