<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONT CLASS 1 */
.custom-font-h1-1 {
	font-size: 16px;
}
.custom-font-h2-1 {
	font-size: 14px;
}
.custom-font-p-1 {
	font-size: 10px;
}
.custom-font-label-1 {
	font-size: 10px;
}
.custom-font-input-1 {
	font-size: 10px;
}
.custom-font-a-1 {
	font-size: 10px;
}



/* FONT CLASS 2 */
.custom-font-h1-2 {
	font-size: 32px;
}
.custom-font-h2-2 {
	font-size: 28px;
}
.custom-font-p-2 {
	font-size: 20px;
}
.custom-font-label-2 {
	font-size: 20px;
}
.custom-font-input-2 {
	font-size: 20px;
}
.custom-font-a-2 {
	font-size: 20px;
}

h1, h2,h3 {
	font-family: 'Vollkorn';
}

h1 {
	font-size: 2.222em;
}

h2 {
	font-size: 1.666em;
}

h3 {
	font-size: 1.388em;
}

p {
	color: #565656;
}
</pre></body></html>