/* L2D Azure AI Theme - Color Palette */
:root {
    --primary: #f02698;
    --primary-dark:  #4d0c2e;
    --secondary: #e07a5f;
    --secondary-dark: #a85441;   
    --third: #3d405b;
    --third-dark: #2a2d3f;    
    --accent: #00b7c3;
    --background: #f3f0ddff;
    --card-bg: #ffffff;
    --text-primary: #1d232d;
    --text-secondary: #4a5568;
    --text-light: #718096;
    --border: #e2e8f0;
    --success: #48bb78;
    --warning: #f6ad55;
    --error: #f56565;
    --l2d-one: #6e6ca9;
    --l2d-two: #ec619f;
    --l2d-three: #3abff0;}