/* Variables
--------------------------------------------- */
  
  :root {
	  --main-font: 'Montserrat';
	  --bold-font: 'Montserrat Bold';
	  --semi-font: 'Montserrat Medium';
	  --icon: "Font Awesome 6 Free";

	  --white: #fff;
	  --black: #000;
	  --grey : #D9D9D9;
	 
	  
	  --radius: 9.5px;
}