body {
    margin: 0;
    background-color: #0f172a;
    color: #e5e7eb;
    font-family: 'Inter', sans-serif;
}

/* Semua heading jadi putih */
h1, h2, h3 {
    color: #ffffff;
}

/* Optional: beda ukuran & weight biar lebih rapi */
h1 {
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

/* Text biasa */
p, span {
    color: #e5e7eb;
}