@charset "UTF-8";

:root {
	
	/* Chota overrides */
	/*
	--bg-color: #ffffff;
	--bg-secondary-color: #f3f3f6;
	--color-primary: #14854F;
	--color-lightGrey: #d2d6dd;
	--color-grey: #747681;
	--color-darkGrey: #3f4144;
	--color-error: #d43939;
	--color-success: #28bd14;
	--grid-maxWidth: 120rem;
	--grid-gutter: 2rem;
	--font-size: 1.6rem;
	--font-color: #333333;
	--font-family-sans: sans-serif;
	--font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
	*/
	
	--font-family-sans: "Google Sans";
	--google-text-grey: #202124;

}

html {
	box-sizing: border-box;
	background-color: #eee;
	margin: 0;
	padding: 0;
	font-family: var(--font-family-sans);
	font-weight: 400;
	color: var(--google-text-grey);
}

*, *:before, *:after {
	box-sizing: inherit;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-family-sans);
	font-weight: 400;
	color: var(--google-text-grey);
}

#page-content {
	padding: 1em;
	font-family: var(--font-family-sans);
	font-weight: 400;
	color: var(--google-text-grey);
}

.button {
	border-radius: 1000px;
	background: linear-gradient(90deg, #4285F4 42%, #2DAEB8 100%);
	-webkit-tap-highlight-color: transparent;
	line-height: 1.2;
	color: #fff;
}

#legal {
	font-size: 80%;
	color: #999;
}

.copyright-symbol {
	font-size: 1.8em;
	line-height: 1;
	vertical-align: text-top;
}