/* Light */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-Light.ttf") format('truetype');
    font-weight: lighter;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-LightItalic.ttf") format('truetype');
    font-weight: lighter;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

/* Extra Bold */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-ExtraBold.ttf");
    font-weight: 900;
    font-style: normal;
}

/* Extra Bold Italic */
@font-face {
    font-family: "Open Sans Hebrew Condensed";
    src: url("../../fonts/open-sans-hebrew-condensed/OpenSansHebrewCondensed-ExtraBoldItalic.ttf");
    font-weight: 900;
    font-style: italic;
}