<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SOLAIMAN LIPI font */
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../font/SolaimanLipi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* critical for CLS */
}

/* Apply font globally */
body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'SolaimanLipi', Arial, sans-serif;
}

</pre></body></html>