:root {
    --primary-color: #a16207;       /* Warm Brown */
    --secondary-color: #78350f;     /* Dark Brown */
    --text-color: #3f2d1c;
    --light-bg: #fefaf6;            /* Creamy beige */
    --white: #ffffff;
    --dark-bg: #3b2614;             /* Deep chocolate */
    --footer-bg: #78350f;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --max-width: 1200px;
    --spacing: 1.5rem;
    --swiper-pagination-top: 20px;
}