/* Minify_CSS_UriRewriter::$debugText

*/

/* a11y-fontsize.css */

/* 1  */ /* enqueue these as a separate stylesheet so they can be filtered */
/* 2  */ .fontsize p,
/* 3  */ .fontsize div:not(div:has( p, h1, h2, h3, h4, h5, h6)),
/* 4  */ .fontsize footer:not(footer:has( p, h1, h2, h3, h4, h5, h6)),
/* 5  */ .fontsize li:not(.a11y-toolbar-list-item),
/* 6  */ .fontsize label,
/* 7  */ .fontsize input,
/* 8  */ .fontsize select,
/* 9  */ .fontsize textarea,
/* 10 */ .fontsize legend,
/* 11 */ .fontsize code,
/* 12 */ .fontsize pre,
/* 13 */ .fontsize dd,
/* 14 */ .fontsize dt,
/* 15 */ .fontsize blockquote {
/* 16 */ 	font-size: var(--wpa-font-size) !important;
/* 17 */ 	line-height: 1.6;
/* 18 */ }
/* 19 */
/* 20 */ .fontsize h1 {
/* 21 */ 	font-size: var(--wpa-h1-size) !important;
/* 22 */ }
/* 23 */
/* 24 */ .fontsize h2 {
/* 25 */ 	font-size: var(--wpa-h2-size) !important;
/* 26 */ }
/* 27 */ .fontsize h3 {
/* 28 */ 	font-size: var(--wpa-h3-size) !important;
/* 29 */ }
/* 30 */ .fontsize h6,
/* 31 */ .fontsize h5,
/* 32 */ .fontsize h4 {
/* 33 */ 	font-size: var(--wpa-h4-size) !important;
/* 34 */ }
/* 35 */
/* 36 */ /* Otherwise, these get larger with each level of nesting. */
/* 37 */ .fontsize li li {
/* 38 */ 	font-size: var(--wpa-sub-list-size) !important;
/* 39 */ }
/* 40 */
/* 41 */ .fontsize li li li {
/* 42 */ 	font-size: var(--wpa-sub-sub-list-size) !important;
/* 43 */ }
