/*Variables css*/
:root {
	/*FONTS*/
	--primary-font                      : "Futura LT", sans-serif;
	--secondary-font                    : "Nasalization", sans-serif;
	--text-font                         : "Roboto", sans-serif;

	/*COLORS*/
	--primary-color-ponsot              : #deff00;
	--secondary-color-ponsot            : #8f9198;
	--text-color-ponsot                 : #ffffff;
	--background-color-ponsot           : #000000;
	--background-color-secondary-ponsot : #222126;

	/*Size*/
	--text-size                         : 17px;
	--h2-title-size                     : 40px;
	--h3-title-size                     : 38px;
	--sub-title-size                    : 16px;
	--button-text-size                  : 12px;
	--h2-title-size--mobile             : 30px;
}
