:root {
    --primary-bg-color: #292929; /* Background color */
    --primary-text-color: #4fa260; /* Text color */
    
    --menu-text-color:#4fa260; /* Text color */
    --menu-bg-color: rgb(21, 21, 21); /* Text color */

    --secondary-bg-color: #4caf50; /* Secondary background color */
    --secondary-text-color: #ffffff; /* Secondary text color */
    --accent-color1: #ffa800; /* Accent color (e.g., buttons or highlights) */
    --accent-color2: black; /* Accent color (e.g., buttons or highlights) */
    --accent-color3: rgb(136,0,0); 

    --button-bg-color: black;
    --button-fg-color: rgb(80, 160, 96);

    --textbox-bg-color: black;
    --textbox-fg-color: rgb(80, 160, 96); /* Text color */
    --link-color: #3498db; /* Link color */

    --filter-accent-color:invert(56%) sepia(97%) saturate(649%) hue-rotate(0deg) brightness(103%) contrast(103%);
    --filter-accent-color-unused: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(297deg) brightness(99%) contrast(86%);
    --filter-bg-color:invert(56%) sepia(18%) saturate(1087%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
