@font-face {
  font-family: forma-djr-micro;
  font-weight: 400;
  src:  url(../../clientlib-fontface-hebrew/resources/fonts/forma/FormaDJRHebrewMicro-Regular.woff2) format('woff2'),
        url(../../clientlib-fontface-hebrew/resources/fonts/forma/FormaDJRHebrewMicro-Regular.woff) format('woff');
}

@font-face {
  font-family: forma-djr-micro;
  font-weight: 500;
  src:  url(../../clientlib-fontface-hebrew/resources/fonts/forma/FormaDJRHebrewMicro-Medium.woff2) format('woff2'),
        url(../../clientlib-fontface-hebrew/resources/fonts/forma/FormaDJRHebrewMicro-Medium.woff) format('woff');
}

:root {
  --header-font: forma-djr-micro, sans-serif;
  --body-font: forma-djr-micro, sans-serif;
  --regular-font: forma-djr-micro, sans-serif;
}

/*overrites for font size*/
.s2-footer-global-nav.s2-footer .footer_links .footer_links_list_container .tab_list li {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .header-1, .header-2, .header-3 {
  line-height: 1;
}
/* override -> increase priority */
.omen-heading-module .h1, 
.omen-heading-module .h2,
.omen-heading-module .h3,
.omen-heading-module .h4,
.text-asset-copy-container .title,
.c8-image-carousel .title {
  line-height: 1;
}