/*
Theme Name: L'EVENTAIL
Theme URI: #
Author: Vert Veine
Version: 1.0
Tags: Thème bas-carbone

*/

:root {
	--main-color: #F0F0F1	;
	--strongGreen:#305854;
	--veryStrongGreen:#1a3d39;
	--lightPink:#FED3D6;
	--very-lightPink:#FFF5F6
}
@font-face {
        font-family: BellyRegular;
        src: url("./assets/fonts/BelyDisplay-Regular.otf");
}
@font-face {
		font-family: "WorkSans";
 		 src: url("./assets/fonts/WorkSans-VariableFont_wght.ttf");
}
.Belly{
	    font-family:BellyRegular !important;
}

body{
	background-color:var(--main-color) !important;
  	font-family:WorkSans !important;
	font-size:0.8em !important;
	width:100vw !important
}
