/*
 * Font aplikasi SIMAWAS — SELF-HOSTED (tanpa Google Fonts).
 * Konsisten di semua lingkungan & tidak butuh koneksi internet keluar
 * (cocok untuk server tertutup/militer). Font variabel: 1 file = weight 300..800.
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('inter/inter-latin-var.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('plus-jakarta-sans/pjs-latin-var.woff2') format('woff2');
}
