:root {

	/* Colors: */
	--color-dark: #000;
	--color-light: #fff;
	--color-grey: #f4f4f4;

	/* Font/text values */
	--font-title: 'Montserrat', sans-serif;
	--font-normal: 'Raleway', sans-serif;
	--size-h2: 40px;
	--size-h3: 16px;
	--size-h4: 15px;
	--size-p: 16px;



}
@media only screen and (max-width:1200px) {
	:root {

		--size-h2: 35px;
		--size-p: 15px;
	}
	
}
@media only screen and (max-width:575px) {
	:root {

		--size-h2: 30px;
	}
	
}


/* Character Styles */

