/* Dostępność: tryb wysokiego kontrastu + powiększanie czcionki.
   Klasy dopinane przez js/a11y.js na <html>. */

html.a11y-kontrast,
html.a11y-kontrast body {
	background: #000 !important;
	color: #fff !important;
}

html.a11y-kontrast a,
html.a11y-kontrast a:visited {
	color: #ffe400 !important;
}

html.a11y-kontrast * {
	background-color: transparent !important;
	color: inherit !important;
	border-color: #fff !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

html.a11y-kontrast img,
html.a11y-kontrast .ikona,
html.a11y-kontrast .logo img {
	filter: grayscale(100%) contrast(1.2);
}

html.a11y-kontrast a:focus,
html.a11y-kontrast button:focus,
html.a11y-kontrast input:focus {
	outline: 3px solid #ffe400 !important;
}

/* Powiększanie czcionki — trzy kroki, mnożnik globalnego rozmiaru bazowego */
html.a11y-czcionka-1 { font-size: 112%; }
html.a11y-czcionka-2 { font-size: 124%; }
html.a11y-czcionka-3 { font-size: 138%; }

.ikony a.a11y-kontrast,
.ikony a.a11y-czcionka {
	cursor: pointer;
}
