a.link {
	color: #0070c9;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
}
a.link.button {
	background: #0070c9;
	color: #fff;
	padding: 8px 24px;
	border-radius: 24px;
	font-weight: 500;
}

html, body {
	font-family: ui-rounded, "SF Pro Rounded", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}