/* =====================================================================
   Sistem Kebutuhan Lab — design system
   ===================================================================== */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/fonts/PlusJakartaSans-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bs-font-sans-serif: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --bs-body-font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --blue: #426AB3;
    --blue-dark: #345796;
    --blue-pale: #EAF0FA;
    --blue-light: #EAF0FA;
    --lime: #CBDB2A;
    --yellow: #FFF200;
    --ink: #231F20;
    --sub: #6B7280;
    --bg: #F6F8FC;
    --white: #FFFFFF;
    --line: #DDE4EF;
    --green: #CBDB2A;
    --red: #DC3545;
    --r: 20px;
    --shadow: 0 13px 33px rgba(35, 31, 32, .06);
    --sidebar-width: 248px;
    --topbar-height: 70px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13.5px;
    line-height: 1.55;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -.3px;
}
