/*@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);*/
:root{
	--tesla-global-color:#74b743;
	--tesla-secondary-color:#1c4792;
	--tesla-light-color:#f6f7fb;
	--tesla-white-color:#ffffff;
	--tesla-blackish-color:#101010;
	--tesla-link-color-normal:#101010;
	--tesla-link-color-hover:#74b743;
	--tesla-global-color-rgb:rgb(59, 169, 52);
	--tesla-secondary-color-rgb:rgb(33, 35, 75);
	--tesla-responsive-breakpoint:1200px;
	/*--tesla-body-typography-font-family:'Archivo',sans-serif;*/
	--tesla-body-typography-font-family:Arial, Helvetica, sans-serif;
	--tesla-body-typography-variant:regular;
	--tesla-body-typography-font-size:16px;
	--tesla-body-typography-line-height:1.7;
	--tesla-body-typography-color:#666666;
	/*--tesla-heading-typography-font-family:'Poppins',sans-serif;*/
	--tesla-heading-typography-font-family:Arial, Helvetica, sans-serif;
	--tesla-heading-color:#101010;
	--tesla-heading-font-variant:500;
	/*--tesla-btn-typography-font-family:'Poppins',sans-serif;*/
	--tesla-btn-typography-font-family:Arial, Helvetica, sans-serif;
	--tesla-btn-typography-variant:500;
	--tesla-btn-typography-font-size:13px;
	--tesla-btn-typography-line-height:19px;
	--border-radius:0px
}