/* Noto Sans Hebrew - Local Font Definitions */

/* Thin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/app/fonts/NotoSansHebrew-Thin.ttf') format('truetype');
}

/* Extra Light */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/app/fonts/NotoSansHebrew-ExtraLight.ttf') format('truetype');
}

/* Light */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/app/fonts/NotoSansHebrew-Light.ttf') format('truetype');
}

/* Regular */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/app/fonts/NotoSansHebrew-Regular.ttf') format('truetype');
}

/* Medium */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/app/fonts/NotoSansHebrew-Medium.ttf') format('truetype');
}

/* Semi Bold */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/app/fonts/NotoSansHebrew-SemiBold.ttf') format('truetype');
}

/* Bold */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/app/fonts/NotoSansHebrew-Bold.ttf') format('truetype');
}

/* Extra Bold */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/app/fonts/NotoSansHebrew-ExtraBold.ttf') format('truetype');
}

/* Black */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/app/fonts/NotoSansHebrew-Black.ttf') format('truetype');
}

/* Condensed variants */
/* Condensed Thin */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-Thin.ttf') format('truetype');
}

/* Condensed Extra Light */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-ExtraLight.ttf') format('truetype');
}

/* Condensed Light */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-Light.ttf') format('truetype');
}

/* Condensed Regular */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-Regular.ttf') format('truetype');
}

/* Condensed Medium */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-Medium.ttf') format('truetype');
}

/* Condensed Semi Bold */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-SemiBold.ttf') format('truetype');
}

/* Condensed Bold */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-Bold.ttf') format('truetype');
}

/* Condensed Extra Bold */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-ExtraBold.ttf') format('truetype');
}

/* Condensed Black */
@font-face {
  font-family: 'Noto Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/app/fonts/NotoSansHebrew_Condensed-Black.ttf') format('truetype');
} 