@font-face {
  font-family: "THAppSans";
  src: url("/static/fonts/AppSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "THAppSans";
  src: url("/static/fonts/AppSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html, body, button, input, select, textarea, .form-control, .form-select, .btn, .dropdown-menu {
  font-family: "THAppSans", Arial, sans-serif;
}
