	/* CSS */

	html,
	body,
	home {
		background-color: #ffffff;
		color: #222222;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 26px;
		margin: 0px;
		padding: 0px;
	  width: 100%;
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.wrapper {
	}

	.container {
		z-index: 200;
		width: 80%;
		margin: 40vh auto 0 auto;
		position: relative;
	}

	.typo-regular {
		font-weight: 400;
		color: #7E7F7F;
	}

	.typo-medium {
		font-weight: 500;
	}

	a,
	a:visited
	a:hover {
		font-weight: 400;
		color: #00C296;
		text-decoration: none;
	}
