@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");

body {
  font-family: "Kanit", sans-serif;
}

a {
  text-decoration: none;
}

.thumbnail a:hover img {
  filter: brightness(80%);
}
