:root {
	--text-50: #f0f5f2;
--text-100: #e0ebe5;
--text-200: #c1d7cb;
--text-300: #a2c3b0;
--text-400: #84ae96;
--text-500: #659a7c;
--text-600: #517b63;
--text-700: #3c5d4a;
--text-800: #283e32;
--text-900: #141f19;
--text-950: #0a0f0c;

--background-50: #f0f5f2;
--background-100: #e0ebe6;
--background-200: #c2d6cc;
--background-300: #a3c2b3;
--background-400: #85ad99;
--background-500: #669980;
--background-600: #527a66;
--background-700: #3d5c4d;
--background-800: #293d33;
--background-900: #141f1a;
--background-950: #0a0f0d;

--primary-50: #f0f5f2;
--primary-100: #e0ebe5;
--primary-200: #c1d7cc;
--primary-300: #a2c3b2;
--primary-400: #84ae98;
--primary-500: #659a7f;
--primary-600: #517b65;
--primary-700: #3c5d4c;
--primary-800: #283e33;
--primary-900: #141f19;
--primary-950: #0a0f0d;

--secondary-50: #f0f4f5;
--secondary-100: #e0eaeb;
--secondary-200: #c1d4d7;
--secondary-300: #a2bfc3;
--secondary-400: #84a9ae;
--secondary-500: #65949a;
--secondary-600: #51767b;
--secondary-700: #3c595d;
--secondary-800: #283b3e;
--secondary-900: #141e1f;
--secondary-950: #0a0f0f;

--accent-50: #f0f3f5;
--accent-100: #e0e7eb;
--accent-200: #c1d0d7;
--accent-300: #a2b8c3;
--accent-400: #84a1ae;
--accent-500: #65899a;
--accent-600: #516e7b;
--accent-700: #3c525d;
--accent-800: #28373e;
--accent-900: #141b1f;
--accent-950: #0a0e0f;


}
