/* Shared default theme variables for the Spanish Verb Game.
   Admin saves custom values in localStorage; theme.js applies them to every page on load. */
:root {
    --primary-color: #667eea;
    --primary-dark: #5568d3;
    --secondary-color: #764ba2;
    --accent-color: #f093fb;
    --accent-secondary: #f5576c;
    --background-gradient-start: #667eea;
    --background-gradient-end: #764ba2;
    --text-color: #333333;
    --card-text-color: #ffffff;
    --button-text-color: #ffffff;
    --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
