/* NETH — supplements DaisyUI/Tailwind (loaded via CDN in index.html). */

:root {
  font-family: "Noto Sans Khmer", "Segoe UI", system-ui, sans-serif;
}

body {
  font-family: "Noto Sans Khmer", "Segoe UI", system-ui, sans-serif;
}

/* Khmer script needs a little more line height to breathe. */
.leading-relaxed {
  line-height: 1.7;
}

html {
  scroll-behavior: smooth;
}
