:root {
    --primary: #59c7d1;
    --secondary: #101d3f;
    --third: #0a1e3f;
	--fourth: #41939d;
	
    --warning: #d8411b;
    
    --transition: all .2s ease-in-out;

    --black: #111c17;
    --pink : #f095a6;
    
    --font-family1: Montserrat, sans-serif;
    /*--font-family2: Lato, sans-serif;*/
}