/**
 * Pyidaungsu — Myanmar Unicode (official distribution via mmunicode.org.mm)
 */
@font-face {
    font-family: "Pyidaungsu";
    src: url("/fonts/pyidaungsu/Pyidaungsu-2.5.3_Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Pyidaungsu";
    src: url("/fonts/pyidaungsu/Pyidaungsu-2.5.3_Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --mr-font: "Pyidaungsu", sans-serif;
}

html,
body {
    font-family: var(--mr-font);
}

button,
input,
select,
textarea {
    font-family: inherit;
}
