

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); 


:root {
	--body-color: #2C3E50;
	--body-color75: #647483;
	--bonair-primary75: #2E99D5; 
	--bonair-primary100: #237FB0;
	--bonair-secondary75: #EA544E; 
	--bonair-secondary100: #C64743;
    --anim: 0.35s all ease-out;
}

img {
	image-rendering:-webkit-optimize-contrast;
}

body {
    background:none !Important;
}

body, div, p, h1, h2, h3, h4, h5, h6, a {
    font-family: "Poppins", sans-serif !Important;
    color:var(--body-color)!Important;
}

p {
    font-size:16px;
    line-height:1.7;
}

h1 {
    font-size:48px;
    font-weight:600;
}

h2 {
    font-weight:600;
    font-size: 36px;
    text-transform:unset !Important;
}


h1 span, h2 span, h3 span, h4 span{
    text-decoration:none;
    text-transform:capitalize !Important;
}

h2.text-cta {
    font-weight: 700;
}

