html {
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}

a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

:root {
	--black: #000;
	--purple: #681bcf;
	--white: #fff;
	--light: #f2f4f7;
	--gray: #475467;
}

.form-fail {
	background-color: lightcoral;
	color: white;
	padding: 16px 8px;
	border-radius: 4px;
}

.form-done {
	background-color: lightgreen;
	color: white;
	padding: 16px 8px;
	border-radius: 4px;
}
