html, body { margin: 0; padding: 0; }
body {
  background: #E6E1D5;
  color: #101110;
  font-family: "Zen Kaku Gothic New", "Noto Sans Thai", sans-serif;
  -webkit-font-smoothing: antialiased;
}
#gate-input:focus { border-color: #101110; }
#gate-form button:hover { background: #2A2A26; }
