@font-face {
            font-family: 'Phetsarath_OT';
            src: url('/assets/fonts/Phetsarath OT_font.ttf') format('truetype');
        }

        * {
            font-family: 'Phetsarath_OT', sans-serif;
        }

        /* Center the content on the screen */
        .centered-content {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }