@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../../fonts/OpenSansHebrew-Regular.f830dd55b0db.woff2") format('woff2'),
       url("../../fonts/OpenSansHebrew-Regular.eb839c5cdb73.woff") format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../../fonts/OpenSansHebrew-Bold.e629596edea3.woff2") format('woff2'),
       url("../../fonts/OpenSansHebrew-Bold.043124c3cbef.woff") format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans Hebrew Condensed';
  src: url("../../fonts/OpenSansHebrewCondensed-Bold.f97735668c1e.woff2") format('woff2'),
       url("../../fonts/OpenSansHebrewCondensed-Bold.44665bdf766a.woff") format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans Hebrew Condensed';
  src: url("../../fonts/OpenSansHebrewCondensed-ExtraBold.2fb3a1f280a4.woff2") format('woff2'),
       url("../../fonts/OpenSansHebrewCondensed-ExtraBold.c001914d3ad2.woff") format('woff');
  font-style: normal;
  font-weight: 800;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans Hebrew Condensed', 'Open Sans Hebrew', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rtl {
  direction: rtl;
}

.realtime {
    font-family: 'Open Sans Hebrew', 'Open Sans Hebrew Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* TODO: Bootstrap has an RTL issue with table-responsive on IOS only.
   See https://github.com/twbs/bootstrap/issues/12426 */
/*
.table-responsive { direction : ltr; }
.table-responsive > table.rtl { direction : rtl; }
*/
