:root {
    --primary-color: #4b2b2b; /* Dark brown for primary elements */
    --orange-active-color: #E67E00; /* Vibrant orange for active states/accents */
    /* Define other global colors if needed */
}

html, body {
    overflow-x: hidden ;
}
