:root {
    --yellow-prospect: #EDF00C;
    --teal-light: #07B1AE;
    --teal-medium: #008B8B;
    --teal-dark: #09626D;
    --foreground: #000000;
    --gray-text: #666666;
    --gray-text-inactive: #9E9E9E;
    --gray-text-darker: #555555;
    --lighter-gray-border: #DDDDDD;
    --lighter-gray: #F6F6F6;
    --background: #FFFFFF;
    --error-dark: #7E1E16;
    --error-light: #FFCCC8;
    --confirmation-light: #EFFFF5;
    --green-prospect: #65DD7A;
    --alert-red: #D95F5F;
    --warning-orange: #F0AC62;
    --info-blue: #6F72D9;
    --prospect-gradient: linear-gradient(45deg, rgba(0,227,255,1) 0%, rgba(252,255,0,1) 100%);
    --button-decline-red: #FF796C;
    --button-decline-red-light: #FFB1A9;
    --button-accept-green: #65DD7A;
    --button-accept-green-light: #AFFFBD;
}
