/* Custom adjustments for KonSentry */

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Modal Animations */
.modal-open {
  overflow: hidden;
}

/* Interactivity for Newsletter Mockup */
.newsletter-mockup {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.newsletter-mockup:hover {
    box-shadow: 0 25px 50px -12px rgba(26, 54, 93, 0.25);
}
