:root {
    --primary-color: #f8f5f2;
    --secondary-color: #232323;
    --accent-color: #c9a992;
    --light-accent: #e6dbd2;
    --text-color: #333333;
    --font-primary: 'Cormorant Garamond', serif;
    --font-secondary: 'Montserrat', sans-serif;
}

/* Global Shop Styles */
.site-events-section {
    padding: 4rem 0;
}

.site-events-section-title {
    font-family: var(--font-primary);
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Common styles that apply across all shop sections */
.site-events-grid {
    margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .site-events-section {
        padding: 3rem 0;
    }
}

@media (max-width: 576px) {
    .site-events-section {
        padding: 2rem 0;
    }
}
