* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  background: black;
}

/* 1️⃣ Matikan semua scroll sebelum open invitation diklik */
body.no-scroll {
  overflow: hidden;
}

/* 2️⃣ Nonaktifkan scroll juga pada panel kanan dan overlay */
body.no-scroll .scrollable-content,
body.no-scroll .content-overlay {
  overflow: hidden !important;
}

a[x-apple-data-detectors],
a[href^="tel"],
a[href^="mailto"] {
    color: inherit !important;
    text-decoration: none !important;
    background: transparent !important;
    font: inherit !important;
}


:root {
  --background: #d0c3ba;
  /* --primary:#6b1511;
  --primary-soft: #B23A33; */
  --accent-gold: #d7bd88;
  --text-primary: #1C2E5C;
  --text-on-dark: #ebe7e1;
  
  --font-heading: "Italianno", cursive;
  --font-body: "Forum", serif;
  --font-accent: "Cormorant Garamond", serif;

}