/* designed by Whanphadett 2025 */
html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}
body {
	font-family: sans-serif;
	padding: 20px;
	font-family: "Kanit", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#controls { margin-top: 20px; }
canvas { border: 1px solid #ccc; display: block; margin-top: 20px; max-width: 100%; }

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}