 
        :root {
            --primary-color: #4CAF50;
            --primary-hover: #81C784;
            --background-dark: #121212;
            --surface-dark: #1E1E1E;
            --text-dark-primary: #E0E0E0;
            --text-dark-secondary: #A3A3A3;
        }
        body {
            background-color: var(--background-dark);
        }
  