/* ========================
   CUSTOM STYLES
   ======================== */

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Merriweather", serif;
}

/* Efek paralaks ringan untuk hero */
.hero-bg {
  background-image:
    linear-gradient(rgba(11, 59, 96, 0.8), rgba(11, 59, 96, 0.8)),
    url("https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.smooth-scroll {
  scroll-behavior: smooth;
}
