/* גווני אפור */
html.grayscale {
    filter: grayscale(100%) !important;
}

/* ניגודיות גבוהה */
html.high-contrast {
    filter: contrast(150%) !important;
}

/* ניגודיות הפוכה */
html.invert-contrast {
    filter: invert(100%) !important;
}

/* רקע בהיר */
html.light-background {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* הדגשת קישורים */
html.highlight-links a {
    outline: 2px solid #ff0 !important;
    background-color: #ff0 !important;
    color: #000 !important;
}

/* פונט קריא */
html.readable-font {
    font-family: "Arial", "Helvetica", sans-serif !important;
    line-height: 1.6 !important;
}

/* סטייל בסיסי לכפתור ה-toggle */
#accessibility-toggle {
    transition: background-color 0.3s ease;
    background-color: inherit;
}

/* סטייל בסיסי ל-toolbar */
#accessibility-toolbar button:hover {
    background-color: #005f9e !important;
}
