* {
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: Montserrat, Noto Sans TC, sans-serif; /* 4 */
  -webkit-font-smoothing: auto;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

body {
  background-color: #eaeef1;
  overflow: visible;
}

html,
body,
.cathay-main,
main {
  overflow: visible;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

*, :after, :before {
  box-sizing: border-box;
  touch-action: manipulation;
}

.tw-all-antialiased * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}