:root {
	/* Colors */
	--color-primary: #39ff14;      /* or someone just like this */
	--color-primary-dark: #2bc40f;
	--color-bg: #0a0a0a;
	--color-text: #ffffff;
	--color-text-muted: #aaaaaa;

	/* Spacements */
	--space-xs: 0.5rem;
	--space-sm: 1rem;
	--space-md: 1.5rem;
	--space-lg: 2.5rem;
	--space-xl: 4rem;

	/* Tipografy */
	--font-main: "Inter", sans-serif;
	--text-huge: 12vw;
	--text-title: 3rem;
	--text-body: 1.1rem;

	/* Efects */
	--radius: 16px;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	--transition: 0.25s ease;
}