/* variables.css - Color schemes and common values for Idyllwild Earth Fair */

:root {
    --primary: #4d8c57;
    --primary-dark: #3a6943;
    --secondary: #88c897;
    --accent: #f39c12;
    --text: #333333;
    --light-text: #666666;
    --light-bg: #f5f5f5;
    --white: #ffffff;
    --shadow: 0 3px 6px rgba(0,0,0,0.1);
}