@font-face {
    font-family: 'Kei Ji';
    /* WOFF2 is the only format browsers will actually pick up here — listed
       first so the browser stops at the smaller file. TTF stays as a
       last-ditch fallback (~9 MB vs 4 MB) for clients that somehow don't
       handle WOFF2; in practice that's noise. */
    src: url('Kei_Ji.woff2') format('woff2'),
         url('Kei_Ji.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
