/* enqueue these as a separate stylesheet so they can be filtered */
.fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .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: 150% !important;
	line-height: 1.6;
}

.fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6 {
	font-size: 250% !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;
}


/* enqueue these as a separate stylesheet so they can be filtered */
.fontsize2, .fontsize2 h1, .fontsize2 h2, .fontsize2 h3, .fontsize2 h4, .fontsize2 h5, .fontsize2 h6, .fontsize2 p, .fontsize2 li:not(.a11y-toolbar-list-item), .fontsize2 label, .fontsize2 input, .fontsize2 select, .fontsize2 textarea, .fontsize2 legend, .fontsize2 code, .fontsize2 pre, .fontsize2 dd, .fontsize2 dt, .fontsize2 blockquote {
	font-size: 188% !important;
	line-height: 1.6;
}

.fontsize2 h1, .fontsize2 h2, .fontsize2 h3, .fontsize2 h4, .fontsize2 h5, .fontsize2 h6 {
	font-size: 312% !important;
}

/* Otherwise, these get larger with each level of nesting. */
.fontsize2 li li {
	font-size: 138% !important;
}

.fontsize2 li li li {
	font-size: 125% !important;
}

/* enqueue these as a separate stylesheet so they can be filtered */
.fontsize3, .fontsize3 h1, .fontsize3 h2, .fontsize3 h3, .fontsize3 h4, .fontsize3 h5, .fontsize3 h6, .fontsize3 p, .fontsize3 li:not(.a11y-toolbar-list-item), .fontsize3 label, .fontsize3 input, .fontsize3 select, .fontsize3 textarea, .fontsize3 legend, .fontsize3 code, .fontsize3 pre, .fontsize3 dd, .fontsize3 dt, .fontsize3 blockquote {
	font-size: 300% !important;
	line-height: 1.6;
}

.fontsize3 h1, .fontsize3 h2, .fontsize3 h3, .fontsize3 h4, .fontsize3 h5, .fontsize3 h6 {
	font-size: 500% !important;
}

/* Otherwise, these get larger with each level of nesting. */
.fontsize3 li li {
	font-size: 220% !important;
}

.fontsize3 li li li {
	font-size: 200% !important;
}