:root {
    --font-color-1: #3A3A3A;
    --itinerary-line-color: #490007;
    --itinerary-dots-color: #F3ACBC;
    --body-background: #F4C2C3;
    --count-down-banner-bck: #FFF8E6;
    --button-color: #C58F86;
}

.invitation-container {
    display: flex;
    flex-direction: row;
}

.container p {
    color: var(--font-color-1);
    font-weight: bold;
}


.family-section {
    text-align: center;
    padding: 30px 20px;
    margin: 12% 0 10px 0;
}

.intro {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.parents {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}


.quince {
    font-size: 40px;
    color: #D4AF37;
    /* 🔥 gold from your palette */
    font-family: 'Sacramento', cursive;
}

.date {
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFF;
}