@font-face {
    font-family: 'open_sans_hebrewregular';
    src: url('../oconnor/fonts/opensanshebrew-regular-webfont.eot');
    src: url('../oconnor/fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../oconnor/fonts/opensanshebrew-regular-webfont.woff2') format('woff2'),
         url('../oconnor/fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('../oconnor/fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
         url('../oconnor/fonts/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===========================
 * GENERAL Styles
 * =========================== */
 
body {
    direction: rtl !important;
    unicode-bidi: embed;
    font-family: 'open_sans_hebrewregular', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4 {
    font-family: 'open_sans_hebrewregular', Arial, Helvetica, sans-serif !important;
}

/* ===========================
 * MENU FIX
 * =========================== */

/* פתרון 1: הוספת body בהתחלה כדי לנצח את ה-CSS הראשי בספציפיות */
body .main-menu ul li {
    float: right !important;
}

/* פתרון גיבוי: במידה וה-inline-block מהקובץ הראשי מפריע */
body .main-menu ul {
    text-align: right !important;
}