@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  scroll-behavior: smooth;
}

body, html, p, button {
  margin: 0;
  padding: 0;
  font-family: "Kanit", sans-serif;
}

h2 {
  font-weight: 600;
}

p, a, i {
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

content {
  display: block;
}