@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -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;
}

/* @FONTWARNING[{"type": "restricted", "family": "Kanit-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Kanit-Regular";
  src: local("Kanit-Regular");
}

/* @FONTWARNING[{"type": "restricted", "family": "Bowlby One-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Bowlby One-Regular";
  src: local("Bowlby One-Regular");
}

/* @FONTWARNING[{"type": "restricted", "family": "Kanit-ExtraBoldItalic", "weight": "800", "style": "italic", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Kanit-ExtraBoldItalic";
  src: local("Kanit-ExtraBoldItalic");
}

/* @FONTWARNING[{"type": "restricted", "family": "Inter-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Inter-Bold";
  src: local("Inter-Bold");
}

/* @FONTWARNING[{"type": "restricted", "family": "Inter-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Inter-Medium";
  src: local("Inter-Medium");
}

/* @FONTWARNING[{"type": "restricted", "family": "Inter-BoldItalic", "weight": "700", "style": "italic", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Inter-BoldItalic";
  src: local("Inter-BoldItalic");
}

/* @FONTWARNING[{"type": "restricted", "family": "Kanit-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Kanit-SemiBold";
  src: local("Kanit-SemiBold");
}

/* @FONTWARNING[{"type": "restricted", "family": "Rammetto One-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Rammetto One-Regular";
  src: local("Rammetto One-Regular");
}

/* @FONTWARNING[{"type": "restricted", "family": "Inter-ExtraBold Italic", "weight": "800", "style": "italic", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Inter-ExtraBold Italic";
  src: local("Inter-ExtraBold Italic");
}

/* @FONTWARNING[{"type": "restricted", "family": "Kanit-ExtraLight", "weight": "200", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Kanit-ExtraLight";
  src: local("Kanit-ExtraLight");
}

/* @FONTWARNING[{"type": "restricted", "family": "Inter-BlackItalic", "weight": "900", "style": "italic", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Inter-BlackItalic";
  src: local("Inter-BlackItalic");
}