:root {

	/* Fonts */
	--font-sans:	system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

	/* Colors */
	--fg-primary:	#f5f5f5;
	--fg-secundary:	#d1d5dbf2;
	--bg:		#020617;

	--fg-input:	#e5e7eb
	--bg-input:	#0f172af2;
	--border-input:	#1f2937e6;

	--font-weight: 400;
	--font-size: 16px;

	/* Borders */
	--border-input:		1px solid #1f2937e6;
	--border-input-radius:	12px;

	--accent:		#22c55e;
	--border-subtle:	#1f2933;
	--radius-pill:		999px;

	--shadow-soft: 0 18px 45px #00000059;


	--hero-bg:	radial-gradient( circle at top left, #22c55e2e, #0f172af5 );
	--hero-radius:	26px;

	--error-color:		darkred;
	--success-color:	#009000;
}

/*
.btn-primary{border-radius:var(--radius-pill);padding:10px 18px;cursor:pointer;background:linear-gradient(135deg,#22c55e,#4ade80);font-weight:600}input.btn-primary[type="submit"]{float:right}.contact-form{display:inline-grid;gap:10px}.field{display:grid;gap:4px;font-size:18px}.field label{color:#d1d5dbf2}input,textarea{color:#e5e7eb;border-radius:12px;border:1px solid #1f2937e6;padding:8px 10px;font:inherit;background:#0f172af2}textarea{min-height:90px}footer{margin-top:8px;font-size:11px;display:flex;justify-content:space-between;padding:6px 2px 0;border-top:1px solid #0f172ae6}@media only screen and (max-width:650px){.hero-title{font-size:clamp(32px, 6vw, 52px);line-height:1;letter-spacing:-.08em}.logo{left:-130px;top:70px;height:5rem}}@media only screen and (max-width:400px){.logo{left:0;top:0;margin:0 auto}}.hidden-field{display:none}
*/
