﻿/* NOTES:
    TO DO: ALL HARD CODED CONTENT and NAVIGATION WILL NEED TO BE TRANSLATED AND FLIPPED RTL
    TO DO: Top nav - fix mobile secondary and tertiary. May require script updates.
    TO DO/Unknown (Temporary fix in place): Review Font Weights after .lang-he is implemented.
    UNKNOWN: Review/research external media and contents (youtube, etc.)?
    TO DO: Review and fix E07 Carousel - currently not displaying, likely script updates necessary.

*/

/* FONT OVERRIDES */

@font-face {
    font-family: 'Noto Sans Hebrew';
    src: url('/assets/fonts/NotoSansHebrew/NotoSansHebrew-Regular.ttf');
}

/* NOTO SANS HEBREW - REGULAR - FONT REFERENCE - integrate into site.css*/
.layout-rtl.lang-he {
    font-family: "Noto Sans Hebrew", "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.layout-rtl.lang-he .font-gotham {
    font-family: "Noto Sans Hebrew", "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.layout-rtl.lang-he .font-gotham-narrow {
    font-family: "Noto Sans Hebrew", "GothamNarrowBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.layout-rtl.lang-he h1, .layout-rtl.lang-he h2, .layout-rtl.lang-he h3, .layout-rtl.lang-he h4, .layout-rtl.lang-he h5, .layout-rtl.lang-he h6, .layout-rtl.lang-he .breadcrumb, .layout-rtl.lang-he .table, .layout-rtl.lang-he .nav-header-2, .layout-rtl.lang-he .nav-header-3 {
    font-family: "Noto Sans Hebrew", "GothamNarrowBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}