/*!
Theme Name: CS Theme
*/

/* Do not edit the imported sass/css file */
@import url('sass/custom.css'); 

/* For custom font please place the import in the <head> tag in header.php  and add font family to tags below  */
/* body{
	font-family: 'Nunito Sans', sans-serif;
} */

/* Feel free to safetly add styles to this file as they will not be overwritten by the sass styles */

body{
	/* Adjust Primary foreground and background colours here, these should match the same colours in Elementor global */
	--primary-colour: #71BF49;
	--secondary-colour: #006647;
	--error-colour: #FC6965;
	--light-grey-colour: #ECEDED;
	--grey-colour: #6E6F72;
	--dark-grey-colour: #404040;
	--text-colour: #333;
	--menu-link-colour: var(--text-colour);
	color: var(--text-colour);
	font-family: "Product Sans", Sans-serif;
}


/* Match Bootstrap max size to Elementor */
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}




