/* THIN */
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/LINESeedSansTH/LINESeedSansTH-Thin.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/LINESeedSansTH/LINESeedSansTH-Regular.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* BOLD */
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/LINESeedSansTH/LINESeedSansTH-Bold.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* EXTRA BOLD */
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/LINESeedSansTH/LINESeedSansTH-ExtraBold.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

/* BLACK */
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/LINESeedSansTH/LINESeedSansTH-Black.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/Anuphan/var/Anuphan[wght].woff2")
    format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

* {
  /* font-family: 'Anuphan', sans-serif !important; */
  font-family: "LINE Seed Sans TH", sans-serif !important;
  /* font-family: "San Francisco"; */
}

h1 {
  font-weight: 700 !important;
}
h2 {
  font-weight: 600 !important;
}
h3 {
  font-weight: 500 !important;
}
p {
  font-weight: 400 !important;
}
p.thin {
  font-weight: 200 !important;
}
p.ultralight {
  font-weight: 100 !important;
}
