:root {
	--black: #282e39;
	--darkgrey: #71757c;
    --grey: #999ea8;
    --lightgrey: #eeeeee;
    --white: #f5f4f4;
    
    --warning: #d8411b;

    --darkblue: #454e63;

    --red: #e4002b;
    --yellow: #f2a900;
    --green: #00b2a9;
    --purple: #8986ca;
    --pink: #e681a8;
	
    --transition: all .2s ease-in-out;
    
    --font-family: Montserrat, sans-serif;
    /* --font-family-2: Gotham, Montserrat, sans-serif; */
    --font-family-2: Montserrat, sans-serif;
    --font-family-3: Lato, sans-serif;
}