  :root {
    /* Site-Config | This Site was made by Ryan Scovield | Here you can configure the Page*/
            /* Primary theme color */
            --primary-color: #65ee43;
            
            /* Secondary color */
            --secondary-color: #09b717;
            
            /* Background colors */
            --bg-light: #f9faf8;
            --bg-dark: #121212;
            
            /* Text colors */
            --text-light: #333333;
            --text-dark: #f5f5f5;
            
            /* Card colors */
            --card-light: #ffffff;
            --card-dark: #1e1e1e;
            
            /* Shop BorderLight */
            --border-light: #e0e0e0;
            --border-dark: rgba(110, 226, 43, 0.2);
    
            /* Shop-Card Border Colour */
            --card-border-light: #e0e0e0;
            --card-border-dark: rgba(80, 226, 43, 0.3);

            /* Shop-Card Price Colour */
            --price-colour-1: #000000;
            --price-colour-2: rgb(255, 255, 255);

            /* Footer background */
            --footer-light: #e9ecef;
            --footer-dark: #1a1a1a;
            
            /* Button colors */
            --btn-primary: var(--primary-color);
            --btn-hover: #29bb29;
            
            /* Button colors */
            --transition-speed: 0.3s;
            
            /* Snowflake effect */
            --snowflakes: none; /* 'block' to activate | 'none' to deactivate */
            --snow-color: rgba(115, 255, 0, 0.7); /* Color of the snowflakes */
        }