﻿:root {
    /*  Grey    */
    --grey_full_dark: rgba(118, 132, 161, 1);
    --Grey-Grey_D_PopUp: rgba(133, 133, 133, 1);
    --Grey-grey-dark: rgba(166, 166, 166, 1);
    --Grey-Medium: rgba(207, 207, 207, 1);
    --Grey-Light: rgba(245, 245, 245, 1);
    
    /*  Red */
    --red: rgba(233, 0, 0, 1);
    
    /*  Blue    */
    --blue: rgba(0, 148, 255, 1);
    
    /*  White   */
    --white: rgba(255, 255, 255, 1);
    --white_light: rgba(255, 255, 255, 0.2);

    /*  Black   */
    --Black-Main: rgba(0, 0, 0, 1);
	--Black-Secondary: rgba(24, 24, 24, 1);
    --Black: rgba(47, 47, 47, 1);
    --Eerie_black: rgba(38, 38, 38, 1);
}

.hover_icons {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
}
