/* Modern Theme - Default theme with vibrant colors and gradients */
:root {
    --primary: #0ea5e9;
    --primary-dark: #0284c7;
    --primary-light: #38bdf8;
    --secondary: #8b5cf6;
    --accent: #f59e0b;
    --gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    --gradient-primary-hover: linear-gradient(135deg, #0284c7 0%, #7c3aed 100%);
    --shadow-colored: 0 10px 30px rgba(14, 165, 233, 0.2);
}

/* Modern theme uses the base portfolio.css styles */

