
:root {
    --primary-color: #8928D4;
    --secondary-color: #D489C6;
    --text-color: #332233;
    --text-color-light: #665566;
    --box-shadow-color: rgba(137, 40, 212, 0.1);
    --section-bg-color-1: #FDFBFE;
    --section-bg-color-2: #F4EEF8;
    --card-bg-color: #FFFFFF;

    
    --date-event-bg-image: url('/static/boda/images/spring_wedding_background.5a380193b412.jpg');
    --font-family: 'Georgia', 'Times New Roman', serif;
    --font-family-assent: 'Dancing Script', cursive;
    --clip-path-img-reveal: path('M250,50 C175,0 50,25 50,150 C50,275 250,450 250,450 C250,450 450,275 450,150 C450,25 325,0 250,50 Z');
    --clip-path-img-reveal-tablet: path('M200,40 C140,0 40,20 40,120 C40,220 200,360 200,360 C200,360 360,220 360,120 C360,20 260,0 200,40 Z');
    --clip-path-img-reveal-mobile: path('M150,30 C105,0 30,15 30,90 C30,165 150,270 150,270 C150,270 270,165 270,90 C270,15 195,0 150,30 Z');
    --transition-img-reveal: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}


@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

