/* Inter (variable font, self-hosted) - mencakup weight 100-900 */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/InterVariable.woff2") format("woff2");
}

/* IBM Plex Sans (self-hosted, dipakai dokumen cetak & PDF).
   Tiga weight nyata: Regular (400), Medium (500), Bold (700).
   Medium dipakai dokumen cetak NCR agar salinan ke-2/3 lebih pekat
   tanpa menjadi tebal penuh. PDF (PDFsharp) tetap memakai .ttf. */
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 100 499;
    font-display: swap;
    src: url("/fonts/IBMPlexSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 500 599;
    font-display: swap;
    src:
        url("/fonts/IBMPlexSans-Medium.woff2") format("woff2"),
        url("/fonts/IBMPlexSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600 900;
    font-display: swap;
    src: url("/fonts/IBMPlexSans-Bold.ttf") format("truetype");
}
