/* Optional theme variants for Sudoku page */
:root { --accent: #667eea; --accent2: #764ba2; }
body.sudoku-page.theme-classic { --accent: #667eea; --accent2: #764ba2; }
body.sudoku-page.theme-forest { --accent: #16a34a; --accent2: #065f46; }
body.sudoku-page.theme-sunset { --accent: #fb923c; --accent2: #ea580c; }

/* Use CSS variables for accents if you extend style.css */
