:root {
    --primary-color: #14b8a6;       /* Teal */
    --secondary-color: #0f766e;     /* Dark Teal */
    --text-color: #2f3e3e;
    --light-bg: #f0fdfa;            /* Light teal tint */
    --white: #ffffff;
    --dark-bg: #0b3d3a;             /* Deep teal */
    --footer-bg: #0f766e;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --max-width: 1200px;
    --spacing: 1.5rem;
    --swiper-pagination-top: 20px;
}
