@font-face {
  font-family: "Inter";
  src: local("Segoe UI"), local("Arial");
}

@font-face {
  font-family: "Roboto";
  src: local("Segoe UI"), local("Arial");
}

@font-face {
  font-family: "Nunito";
  src: local("Trebuchet MS"), local("Segoe UI");
}

@font-face {
  font-family: "Noto Sans Thai Looped";
  src: local("Leelawadee UI"), local("Tahoma");
}

@font-face {
  font-family: "Noto Sans Thai";
  src: local("Noto Sans Thai"), local("NotoSansThai"), local("Leelawadee UI"), local("Tahoma");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: "Inter", "Segoe UI", Tahoma, sans-serif;
}

body {
  font-family: inherit;
}