/* Google Fonts - Inter & Poppins (Self-Hosted Alternative) */

/* Jika ingin self-host fonts, download dari Google Fonts dan taruh di assets/fonts/ */
/* Lalu uncomment dan sesuaikan path di bawah */

/*
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 800;
    src: url('../fonts/inter/Inter-VariableFont.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400 800;
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2');
}
*/

/* Fallback: Gunakan system fonts jika belum download Google Fonts */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.font-heading {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}
