@font-face {
  font-family: "Pyidaungsu Web";
  src: url("/fonts/Pyidaungsu-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  unicode-range: U+1000-109F, U+A9E0-A9FF, U+AA60-AA7F;
}

@font-face {
  font-family: "Pyidaungsu Web";
  src: url("/fonts/Pyidaungsu-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  unicode-range: U+1000-109F, U+A9E0-A9FF, U+AA60-AA7F;
}

body,
button,
input,
select,
textarea,
table,
th,
td {
  font-family: "Pyidaungsu Web", Helvetica, Arial, sans-serif;
}

.display-title {
  font-family: Arial, Helvetica, sans-serif;
}

.display-title em {
  font-family: Georgia, serif;
}
