/* =========================================================================
   Kalbe System - font korporat.
   Dimuat paling awal pada setiap halaman agar seluruh teks memakai
   satu keluarga huruf yang sama.

   Hanya tersedia satu berkas (Regular). Bobot tebal dihasilkan browser
   lewat synthetic bolding, jadi 'font-weight' tetap boleh dipakai di CSS
   halaman tanpa perlu berkas terpisah.
   ========================================================================= */

@font-face {
  font-family: 'Kalbe System';
  src: url('/fonts/KalbeSystem-Regular.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --hj-font: 'Kalbe System', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
