:root {
	--primary-color: #3aabd2;
	--primary-dark: #2891b5;
	--primary-light: #e8f5fa;
	--text-dark: #222;
	--text-medium: #555;
	--text-light: #777;
	--border-color: #e0e0e0;
	--bg-light: #f8f9fa;
}

html {
	scroll-behavior: smooth;
}

main {
	margin: 0;
	padding: 0;
	line-height: 1.8rem;
}

h1, h2, h3 { font-weight: normal; }

#id_pageTitle {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.class_subTitle {
	font-size: 2rem;
	font-weight: bolder;
	margin-bottom: 2rem;
}
.class_subTitle {
	font-size: 0.8rem;
	font-weight: lighter;
	color: var(--text-medium);
}

.class_privacyPolicy{
	margin-left: 1rem;
}
section {
	margin-bottom: 3rem;
}
p {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
li {
	list-style: none;
}
