:root {
    --primary-color: #ff8c00;       /* Orange */
    --secondary-color: #b45309;     /* Dark Orange / Burnt */
    --text-color: #3a3a3a;
    --light-bg: #fff7ed;            /* Soft warm background */
    --white: #ffffff;
    --dark-bg: #3b1f0e;             /* Deep brown-orange */
    --footer-bg: #b45309;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --max-width: 1200px;
    --spacing: 1.5rem;
    --swiper-pagination-top: 20px;
}