:root {
    /* RunMan Light Theme - Blue & Pink Tech Style */
    
    /* Backgrounds - PURE LIGHT */
    --bg-primary: #ffffff; /* Pure white */
    --bg-secondary: #f8f9fa; /* Very light grey for sections */
    --bg-card: #ffffff;
    
    /* Text */
    --text-primary: #1a1b26; /* Dark Navy/Black */
    --text-secondary: #64748b; /* Slate grey */
    --text-light: #ffffff;
    
    /* Gradients - Purple to Light Pink (Recommended: Smooth & Professional) */
    /* Purple acts as a bridge between blue and pink, creating a harmonious transition */
    --gradient-primary: linear-gradient(135deg, #ea262f 0%, #a00000 100%);
    --gradient-text: linear-gradient(90deg, #ea262f 0%, #a00000 100%);
    --gradient-hover: linear-gradient(135deg, #a00000 0%, #ea262f 100%);
    
    /* Accents */
    --accent-color: #c7000b;
    --primary-color: #000000; 
    
    /* Navbar & Footer */
    --navbar-bg: rgba(255, 255, 255, 0.95);
    --footer-bg: #f1f5f9; /* Light grey footer */
    --footer-text: #475569;
    
    /* Spacing */
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 48px;
    
    /* Fonts */
    --font-main: 'Noto Sans SC', sans-serif;
    --font-heading: 'Roboto', sans-serif;
}
