@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: url("Kanit-Thin.ttf?v=3.18"),
    url("Kanit-Thin.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: auto;
  src: url("Kanit-ExtraLight.ttf?v=3.18"),
    url("Kanit-ExtraLight.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("Kanit-Light.ttf?v=3.18"),
    url("Kanit-Light.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("Kanit-Regular.ttf?v=3.18"),
    url("Kanit-Regular.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("Kanit-Medium.ttf?v=3.18"),
    url("Kanit-Medium.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url("Kanit-SemiBold.ttf?v=3.18"),
    url("Kanit-SemiBold.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("Kanit-Bold.ttf?v=3.18"),
    url("Kanit-Bold.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url("Kanit-ExtraBold.ttf?v=3.18"),
    url("Kanit-ExtraBold.woff?v=3.18");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("Kanit-Black.ttf?v=3.18"),
    url("Kanit-Black.woff?v=3.18");
}
/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Kanit', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Kanit var', sans-serif; }
  }
*/
@font-face {
  font-family: "Kanit var";
  font-weight: 100 900;
  font-display: auto;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("Kanit-Black.ttf");
}
@font-face {
  font-family: "Kanit var";
  font-weight: 100 900;
  font-display: auto;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("Kanit-italic.var.ttf?v=3.18");
}
