@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Kanit:var(--heading-h2-large-32-bold-font-weight),var(--heading-h3-large-24-bold-font-weight),var(--heading-h4-large-20-bold-font-weight),var(--body-large-16-semibold-font-weight),var(--body-caption-12-regular-font-weight),var(--body-small-14-regular-font-weight),var(--heading-h5-large-18-bold-font-weight),var(--body-large-16-regular-font-weight),var(--body-caption-12-medium-font-weight),var(--body-large-16-medium-font-weight),var(--heading-h1-large-40-bold-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
