/* enqueue these as a separate stylesheet so they can be filtered */
.fontsize, .fontsize a, .fontsize p, .fontsize span, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
	font-size: 110% !important;
	line-height: 1.6;
}

.fontsize h1 {
	font-size: 220% !important;
}
.fontsize h2 {
	font-size: 210% !important;
}
.fontsize h3 {
	font-size: 200% !important;
}
.fontsize h4 {
	font-size: 190% !important;
}
.fontsize h5 {
	font-size: 180% !important;
}
.fontsize h6 {
	font-size: 170% !important;
}

/* Otherwise, these get larger with each level of nesting. */
.fontsize li li {
	font-size: 110% !important;
}

.fontsize li li li {
	font-size: 100% !important;
}
.fontsize .main-slogan p {
	font-size: 300% !important;
}