@import url('https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@100;300;400;700;900&display=swap');
a {
  text-decoration: none !important;
  color: inherit;
}

html[lang="kh"] * {
  font-family: 'Koh Santepheap', sans-serif !important;
}

html[lang="en"] * {
  font-family: 'Public Sans', sans-serif !important;
}
