:root {
    --primary-color: #2563EB;
    --primary-hover: #1D4ED8;
    --secondary-color: #1E293B;
    --bg-color: #ffffff;
    --body-bg: #f3f4f6;
    --card-bg-color: #f8f9fa;
    --text-color: #1F2937;
    --text-light-color: #6B7280;
    --border-color: #E5E7EB;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --max-width: 1200px;
    --error-color: #DC2626;
    --google-blue: #4285F4;
}