/* Euclid WU */
@font-face {
    font-family: 'Euclid WU';
    src: url('fonts/EN/web/euclidwu-light-webfont.woff2') format('woff2'),
        url('fonts/EN/web/euclidwu-light-webfont.woff') format('woff'),
        url('fonts/EN/euclidwu-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid WU';
    src: url('fonts/EN/web/euclidwu-regular-webfont.woff2') format('woff2'),
        url('fonts/EN/web/euclidwu-regular-webfont.woff') format('woff'),
        url('fonts/EN/euclidwu-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Euclid WU';
    src: url('fonts/EN/web/euclidwu-medium-webfont.woff2') format('woff2'),
        url('fonts/EN/web/euclidwu-medium-webfont.woff') format('woff'),
        url('fonts/EN/euclidwu-medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'Euclid WU';
    src: url('fonts/EN/web/euclidwu-bold-webfont.woff2') format('woff2'),
        url('fonts/EN/web/euclidwu-bold-webfont.woff') format('woff'),
        url('fonts/EN/euclidwu-bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Noto Sans Hebrew';
  src: local('Noto Sans Hebrew Light'),
  local('notosanshebrew-light'),
  url('fonts/HE/web/notosanshebrew-light.woff') format('woff'),
  url('fonts/HE/web/notosanshebrew-light.woff2') format('woff2'),
  url('fonts/HE/NotoSansHebrew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Hebrew';
  src: local('Noto Sans Hebrew Regular'),
  local('notosanshebrew-regular'),
  url('fonts/HE/web/notosanshebrew-regular.woff') format('woff'),
  url('fonts/HE/web/notosanshebrew-regular.woff2') format('woff2'),
  url('fonts/HE/NotoSansHebrew-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Hebrew';
  src: local('Noto Sans Hebrew Medium'),
  local('notosanshebrew-medium'),
  url('fonts/HE/web/notosanshebrew-medium.woff') format('woff'),
  url('fonts/HE/web/notosanshebrew-medium.woff2') format('woff2'),
  url('fonts/HE/NotoSansHebrew-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  src: local('notosans'),
       url('fonts/RO/web/noto-sans-v12-latin-regular.woff2') format('woff2'),
       url('fonts/RO/web/noto-sans-v12-latin-regular.woff') format('woff'),
       url('fonts/RO/noto-sans-v12-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* noto-sans-700 - latin */

@font-face {
  font-family: 'Noto Sans';
  src: local(''),
       url('fonts/RO/web/noto-sans-v12-latin-medium.woff2') format('woff2'),
       url('fonts/RO/web/noto-sans-v12-latin-medium.woff') format('woff'),
       url('fonts/RO/noto-sans-v12-latin-medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;

}

.font-family-romania{
    font-family: 'Noto Sans', 'Open Sans', sans-serif !important;
}

.font-family-hebrew{
    font-family: 'Noto Sans Hebrew', 'Open Sans', sans-serif !important;
}

.font-family-other{
    font-family:'Euclid WU', 'Roboto-Regular', 'Roboto-Medium', 'Open Sans',  sans-serif !important;
}