:root {
    --black: #000000;
    --blackgrey: #393939;
	--darkgrey: #5f5f5f;
	--grey: #717171;
	--lightgrey: #a8a9a9;
    --white: #fff;
    
    --warning: #d8411b;
    
	--primary: #bc2649;
	--darkprimary: #26060e;
	--green-2: #4e5b28;
	--yellow:#bf9e43;
	--transparent:transparent;

    --transition: all .2s ease-in-out;
    --transition-slow: all .5s ease-in-out;
    
    --font-family-1: "Alexandria";
}