/* ============================================================================
   webaccess-fonts.css
   Self-hosted web fonts (NO CDN). Font files live in:
       assets/fonts/plus-jakarta-sans/latin-{400,500,600,700,800}.woff2

   Plus Jakarta Sans — a modern, friendly geometric sans designed in Jakarta;
   a deliberate fit for an Indonesian port-terminal portal. Paths are relative
   to this file (assets/css/), so they resolve to assets/fonts/...
   ============================================================================ */

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans/latin-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans/latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans/latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans/latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans/latin-800.woff2') format('woff2');
}
