:root {
    --primary-color: #FF6B6B;
    --primary-color-light: #FF6B6B66;
    --primary-color-dark: #AB4747;
    --secondary-color: #4ECDC4;
    --text-dark: #333;
    --text-gray: #666;
    --text-lighter: #999;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e0e0e0;
    --shadow-light: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-medium: 0 5px 15px rgba(0,0,0,0.1);
    --shadow-heavy: 0 10px 30px rgba(0,0,0,0.2);
}