/* Define your custom font */
@font-face {
    font-family: 'Pyidaungsu';
    src: url('fonts/Pyidaungsu.woff2') format('woff2'),
         url('fonts/Pyidaungsu.woff') format('woff'),
         url('fonts/Pyidaungsu-2.5.3_Regular.ttf') format('truetype'); /* Added .ttf support */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply the custom font to all elements */
body {
    font-family: 'Pyidaungsu', sans-serif;
}
