:root {
    --primary-color: #8b5cf6;       /* Purple */
    --secondary-color: #6d28d9;     /* Deep Purple */
    --text-color: #2e2a3a;
    --light-bg: #f5f3ff;            /* Light purple tint */
    --white: #ffffff;
    --dark-bg: #312e81;             /* Dark indigo */
    --footer-bg: #6d28d9;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --max-width: 1200px;
    --spacing: 1.5rem;
    --swiper-pagination-top: 20px;
}
