:root {
	--black-color: #000000;
	--red-color: #DE292F;
	--white-color: #FFFFFF;
	--dark-grey-color: #1E1E1E;
    --primary-font-family:'Raleway', sans-serif;
    --secondary-font-family:'mortonbold';
    --mv-boli-font-family:'mv_boliregular';
    --marqueethree-font-family: 'marqueethreeregular';
    --marqueechaosfive-font-family: 'marquee_chaos_fiveregular';
    --marqueeone2-font-family: 'Conv_MarqueeOne2';
    --breakpoint-container: 1200px;

}
img{
	max-width: 100%;
}
.transition{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

