:root {
	--color-primary: #51a4b3;
	--color-primary-hover: #57b5c5;
	--color-text: #444444;
	--color-background-gray: #ededed;
	--color-background-white: #ffffff;

	--font-heading: "Oswald";
	--heading-text-transform: uppercase;
    --heading-text-weight: 900;
	--font-text: "Montserrat";
    --text-transform: none;
    --text-weight: 300;
}