@font-face { font-family: 'Poppins'; src: local('Poppins'); }
:root{
  --pink-100: #fde8ea;
  --pink-200: #ffd6dc;
  --accent: #f7c8d1;
}
.font-poppins { font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
.card-soft { background: rgba(255,255,255,0.85); border-radius: 18px; box-shadow: 0 10px 30px rgba(43,23,28,0.06); }
body { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
img { display:block; }
body {
  font-family: 'Poppins', sans-serif;
}
img[alt="bunga dekoratif"] {
  pointer-events: none;
  user-select: none;
}
