/**
* Custom CSS
*/

:root {
	--text: #404040;
	--main: #4632DA;
	--second: #ff0000;
	--background: #ffffff;
	--background_opacity: #ffffff99;
	--fontsize: 14px;
}

@font-face {
	font-family: 'Recursive';
	src: url('../_custom/fonts/recursive/Recursive_Casual-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body#homepage{
	background: url('../_custom/ressources/background.jpg') no-repeat center center;
	background-size: cover;
	background-attachment:fixed;
}

html{
	font-family: 'Recursive', sans-serif ;
}