/**
 * Proprietary License - All Rights Reserved
 *
 * Copyright (c) 2026 Hardware Online
 *
 * All rights reserved. This software and its source files are the
 * intellectual property of Hardware Online. Authored by gommergab.
 *
 * Unauthorized copying, modification, distribution or use of this
 * software, in whole or in part, is strictly prohibited without the
 * prior written permission of Hardware Online.
 *
 * This software is provided "as is", without warranty of any kind,
 * express or implied, including but not limited to the warranties of
 * merchantability, fitness for a particular purpose and non-infringement.
 *
 * @author gommergab
 * @copyright 2026 Hardware Online
 * @license Proprietary
 */

html.a11y-grayscale {
  filter: grayscale(100%);
}
html.a11y-grayscale img, html.a11y-grayscale video, html.a11y-grayscale iframe {
  filter: grayscale(100%);
}

html.a11y-underline-links a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html.a11y-pause-animations *, html.a11y-pause-animations *::before, html.a11y-pause-animations *::after {
  animation: none !important;
  transition-duration: 0.001ms !important;
}

html.a11y-text-spacing :is(p, li, a, span, small, label, legend, dd, dt, figcaption,
blockquote, th, td, input, textarea, select, button) {
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}
html.a11y-text-spacing :is(p, li, td, th, label, span, dd, blockquote, figcaption) {
  line-height: 1.8 !important;
}

html.a11y-readable-font :is(h1, h2, h3, h4, h5, h6,
p, li, a, span, small, label, legend, dd, dt, figcaption,
blockquote, th, td, input, textarea, select, button) {
  font-family: "OpenDyslexic Mono", ui-monospace, monospace, sans-serif !important;
}

html.a11y-hide-images img, html.a11y-hide-images svg, html.a11y-hide-images picture, html.a11y-hide-images video, html.a11y-hide-images iframe, html.a11y-hide-images [role=img] {
  visibility: hidden !important;
}
html.a11y-hide-images .a11y-icon, html.a11y-hide-images [class*=icon] {
  visibility: visible !important;
}

html.a11y-invert {
  filter: invert(100%) hue-rotate(180deg) !important;
}
html.a11y-invert img, html.a11y-invert video, html.a11y-invert iframe, html.a11y-invert picture, html.a11y-invert svg, html.a11y-invert canvas {
  filter: invert(100%) hue-rotate(180deg) !important;
}
html.a11y-invert .a11y-panel, html.a11y-invert #a11y-fab {
  filter: invert(100%) hue-rotate(180deg) !important;
}
