
$left: right;
$right: left;

// RTL icobrackets
:lang(he) .icon-angle-right:before {
    content: "\f104";
}
:lang(he) .icon-angle-left:before {
    content: "\f105";
}



$play-text: 'נגן וידיאו';




$course-title-font: Arimo, 'arial hebrew', Arial, Verdana, sans-serif!important;
$block_title_font: Arimo, 'arial hebrew', Arial, Verdana, sans-serif!important;
$body-font: 'open sans hebrew', 'Open Sans', sans-serif !important;





$string-you-are-correct: "אתה צודק!";
$string-you-are-not-correct: "מצטערים, זה לא נכון.";
$switch-yes: "כן";
$switch-no: "לא";



@import "_variables";
@import "_vendor-prefix";
@import "_breakpoints";
@import "_mixins";

@import "typography";
@import "hamburgers/hamburgers";
// @import "navigation";
@import "main";
// @import "course-sidebar";
// @import "player-skin";
// @import "primary-nav";
// @import "login-modal";
// @import "profile";
@import "quiz";
@import "images";
// @import "online-courses-banner";
// @import "legacy";
@import "modals";
// @import "language-selector";

// @import "survey-button";


// @import "print";