/* RTL + Hebrew font support */
:root {
  direction: rtl;
}

body {
  font-family: 'Rubik', 'Arial Hebrew', Arial, sans-serif;
}

.md-nav {
  direction: rtl;
}

.md-content {
  direction: rtl;
  text-align: right;
}

.md-header__title {
  font-weight: 600;
}
