@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@100..900&display=swap');

*{
  font-family: "Noto Sans Lao", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}