:root {
    --primary-color: #5bae5e;
    --secondary-color: #3498db;
    --tertiary-color: #5bae5e; /* Used for header/footer */
    --accent-color: #48b450; /* Verde mais escuro para hover */
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --success-color: #28a745;
    --error-color: #dc3545;
    --body-bg: #f5f7fa;
    --text-color: #333;
    --text-light: #666;
    --text-white: #fff;
    --bg-light: #f8f9fa;
    --border-color: #eee;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --header-height: 80px;
    --section-padding: 80px 0;
    --border-radius: 8px;
    --box-shadow: 0 4px 16px rgba(44, 62, 80, 0.1);
    --transition: all 0.3s ease;
    --font-primary: 'Nunito', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
}