:root {
	--black: #090c0c;
	--darkgrey: #5a5a5a;
	--grey: #888888;
	--lightgrey: #b5b5b5;
    --white: #f4f4f4;
    --blog-primary: #ac7184;
    --warning: #d8411b;
    
    --gold-gradient: linear-gradient(to top, #c0a875, #f5e8bc);
	--primary: 65, 147, 157 /* #41939d */;
	--banner-hp: 19, 87, 101 /* #135765 */;
    --banner-content: 69, 116, 122 /* #45747a */ ;
	
    --transition: all .2s ease-in-out;
    
    --font-family1: Montserrat, sans-serif;
    --font-family2: Lato, sans-serif;
}