/* Custom Global Styles for Premium Invitation Boilerplate */

/* Lenis Smooth Scroll Setup */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overflow: clip;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* Base Utility Triggers */
.min-height-screen {
    min-height: 100vh;
}

/* Custom Thematic Color Overrides (Assigned dynamically during scroll interpolation) */
body.theme-haldi {
    background-color: #FFFDF0 !important;
    color: #7A5C00 !important;
}
body.theme-mehendi {
    background-color: #F2F9F4 !important;
    color: #124624 !important;
}
body.theme-wedding {
    background-color: #FFF2F4 !important;
    color: #630C1C !important;
}
body.theme-reception {
    background-color: #F4F7FC !important;
    color: #0A255C !important;
}

/* Typography Shines */
h1, h2, h3 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
