/* Tanpa Google Fonts, tanpa Bootstrap Icons CDN */
/* Gunakan system font + emoji sebagai ganti icon sementara */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Icon sementara pakai emoji atau teks */
.icon-placeholder {
    font-size: 18px;
}