:root {

	--purple : #8d87c0;
	--orange : #f2841b;
	--red: #b01c17;
	--white : #f7f7f9;
	--black : #000000;
	--dark-grey : #383838;
	--antracite: #4e4e4e;
	--antracite-old: #4c565c;
	--antracite-trans: #4c565ccc;
	--light-orange : #ffddc7;
	--light-grey : #a5a8b7;
	--light-grey-trans : #a5a8b722;
	--light-purple : #e8f0fe;
	--purple-transparent: #8d87c0cc;
	--orange-transparent: #f2841bcc;
	--dark-green: #538730;
	--light-green: #b0cc20;
	--blue: #4769d9;

	--image_grayscale: grayscale(100%);

	--font-family: 'Open Sans', sans-serif;
	--font-family-headers: 'Archivo Black', sans-serif;

	--font-size1 : 7rem;
	--font-size2 : 3rem;
	--font-size3 : 28px;
	--font-size4 : 22px;
	--font-size5 : 1.8rem;
	--font-size6 : 1.5rem;
	--font-size7 : 1rem;

	--letter-spacing1 : 12px;
	--letter-spacing2 : 6px;
	--letter-spacing3 : 0px;

	--padding1 : 4rem;

	--column_width1 : 27vw;
	--column_width2 : 27vw;
	--column_3_width_no_wrap : 29vw;
}

@media (max-width: 599px) {
	:root {
		--font-size1: 3rem;
		--font-size2: 1.8rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.0rem;
		--font-size6: 1.2rem;
		--font-size7: 1rem;

		--letter-spacing1 : 6px;
		--letter-spacing2 : 0px;
		--letter-spacing3 : -2px;

		--column_width1 : 42vw;
	}
}
@media (min-width: 600px) and (max-width: 782px) {
	:root {
		--font-size1: 6rem;
		--font-size2: 2.5rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.5rem;
		--font-size6: 1.5rem;
		--font-size7: 1rem;

		--column_width1: 42vw;
	}
}
@media (min-width: 783px) and (max-width: 1000px) {
	:root {
		--font-size1: 6rem;
		--font-size2: 2.5rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.7rem;
		--font-size6: 1.5rem;
		--font-size7: 1rem;

		--column_width1: 25vw;
	}
}
@media (min-width: 1000px) and (max-width: 1300px) {
	:root {
		--font-size1: 6rem;
		--font-size2: 2.5rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.7rem;
		--font-size6: 1.5rem;
		--font-size7: 1rem;

		--column_width1: 26vw;
		--column_3_width_no_wrap: 25vw;
	}
}
@media (min-width: 1300px) and (max-width: 1500px) {
	:root {
		--font-size1: 6rem;
		--font-size2: 2.5rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.7rem;
		--font-size6: 1.5rem;
		--font-size7: 1rem;

		--column_width1: 24vw;
		--column_3_width_no_wrap: 24vw;
	}
}
@media (min-width: 1500px) and (max-width: 2000px) {
	:root {
		--font-size1: 6rem;
		--font-size2: 2.5rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.7rem;
		--font-size6: 1.5rem;
		--font-size7: 1rem;

		--column_width1: 20vw;
		--column_3_width_no_wrap: 20vw;
	}
}
@media (min-width: 2000px) and (max-width: 2500px) {
	:root {
		--font-size1: 6rem;
		--font-size2: 2.5rem;
		--font-size3: 28px;
		--font-size4: 22px;
		--font-size5: 1.7rem;
		--font-size6: 1.5rem;
		--font-size7: 1rem;

		--column_width1: 18vw;
		--column_3_width_no_wrap: 18vw;
	}
}