:root {
    --menu-hover: #1a3d1a;
    --menu-text: #ffffff;
    --background: #1F292F;
    --header-background: #142029;
    --text: #ffffff;
    --footer-background: #142029;
    --footer-bottom-background: #142029;
    --footer-main-color: #1BE496; /* #7AF965; */
    --button-hover: rgb(101, 203, 83);
    --form-background-color: #1F292F;
    --background-shade-color: #142029;
    --brand-color: #1BE496; /* #7AF965; */
    --primary-accent: #1BE496; /* #7AF965; */
    --primary-accent-hover: rgb(101, 203, 83);
    --border-color: #1BE496; /* #7AF965; */

    /* Additional variables for consistency */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 12px;
    --border-radius-button: 9999px;
    
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --box-shadow-hover: 0 6px 12px rgba(0, 0, 0, 0.15);
    
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}
