:root {
    --primary-color: #f87171;       /* Light Red */
    --secondary-color: #ef4444;     /* Soft Red */
    --text-color: #3a2a2a;
    --light-bg: #fef2f2;            /* Very light red tint */
    --white: #ffffff;
    --dark-bg: #7f1d1d;             /* Muted dark red */
    --footer-bg: #ef4444;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --max-width: 1200px;
    --spacing: 1.5rem;
    --swiper-pagination-top: 20px;
}
