@charset "UTF-8";

/* BASE NORMAL
================================================== 
*/

:root {
	/* COLORS */
	--base-text-color: #222933;
	--base-background-color: #fafafa;
	--header-text-color: #222933;
	--header-background-color: #ffffff;
	--header-submenu-background-color: #222933f0;
	--dark-section-text-color: #fff;
	--dark-section-background-color: #222933;
	--dark-section-border-color: #222933;
	--light-section-text-color: #222933;
	--light-section-background-color: #fafafa;
	--light-section-border-color: #999999;
	--green-lighter-color: #b4ce6f;
	--green-light-color: #a8c658;
	--green-dark-color: #96b63e;
	--green-darker-color: #7d9834;
	--light-text-color: #fff;
	--dark-text-color: #222933;
	--footer-text-color: #fff;
	--footer-background-color: #3f4c1a;
	--link-hover-text-color: #96b63e;
	--decoline-thick-color: #96b63e;
	--decoline-thin-color: #e0e0e066;
	/* FONT-SIZES */
	--base-text-font-size: 18px;
	--base-text-small-font-size: 14px;
	--base-header-1-font-size: 36px;
	--base-header-2-font-size: 30px;
	--base-header-3-font-size: 24px;
	--link-border-color: #80808088;
	/* CUSTOM-SIZES */
	--header-height-size: 100px;
}