﻿/* ===================== מצב קריאה ===================== */
body.reader-mode {
    background: #f4f4f4 !important;
    color: #000 !important;
    font-size: 1.2em;
    line-height: 1.6;
}

    body.reader-mode img,
    body.reader-mode video,
    body.reader-mode iframe,
    body.reader-mode .bannerRight,
    body.reader-mode .bannerLeft,
    body.reader-mode .navbar,
    body.reader-mode footer {
        display: none !important;
    }

/* ===================== ביטול אנימציות ===================== */
body.no-animations * {
    transition: none !important;
    animation: none !important;
}

/* ===================== הדגשת פוקוס מקלדת ===================== */
body.keyboard-focus *:focus {
    outline: 3px solid #ff6600 !important;
    outline-offset: 2px;
}

/* ===================== ניגודיות גבוהה במיוחד ===================== */
body.high-contrast-pro {
    background-color: #000 !important;
    color: #fff200 !important;
}

    body.high-contrast-pro a {
        color: #00ffff !important;
        text-decoration: underline !important;
    }

/* ===================== גופן קריא ===================== */
body.accessible-font {
    font-family: 'OpenDyslexic', Arial, sans-serif !important;
    letter-spacing: 0.05em;
}

/* ===================== טקסט מודגש ===================== */
body.bold-text * {
    font-weight: 700 !important;
}

/* ===================== הדגשת לינקים ותמונות ===================== */


body.show-links a {
    text-decoration: underline !important;
    color: #0066ff !important;
}

body.show-links img:not([alt]) {
    outline: 3px dashed red !important;
}
