@charset "utf-8";
 /* -------------------------  -------------------------
---------Montserrat
Light 300
Light 300 italic
Regular 400
Regular 400 italic
Bold 700
Bold 700 italic
Black 900
Black 900 italic
----------Cairo
Extra-light 200
Light 300
Regular 400
Semi-bold 600
Bold 700
Black 900
---------Kleuren
#4e4d41 = grijs
#5bbfed = blauw
#b7cc34 = groen
*/ 
body {
	font-family: 'Montserrat', sans-serif;
}
p {
	font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Cairo', sans-serif;
}
h1 {
	font-weight: 600;
	line-height:1;
}
.white-card {
	width:auto;
	background-color: rgba(0,0,0,0.01);
	padding:12px;
    border: 1px solid #5bbfed;
    border-radius: 12px;
    -webkit-box-shadow: 10px 10px 46px -23px rgba(78,77,65,1);
    -moz-box-shadow: 10px 10px 46px -23px rgba(78,77,65,1);
    box-shadow: 10px 10px 46px -23px rgba(78,77,65,1);
}