* {
	margin: 0;
}

body {
	margin: 0;
	font-family: Rubik,system-ui,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #8B5CF6;
}

a {
	color: #2563EB;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 22px;
	margin: 0 0 20px;
	color: #4A2C2A;
	font-weight: 400;
}
