/* Menggunakan font Inter sebagai default */
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Class untuk background image kustom Anda */
.custom-bg {
    /* Link ke gambar background Anda */
    background-image: url('https://cdn.zteam21.dev/images/2025/10/28/bg-zteam21.jpeg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
