* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Pyidaungsu';
    src: url('/fonts/Pyidaungsu-2.5.3_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Pyidaungsu', sans-serif !important;
    background-color: #ECF4FC !important;
}
