/* RTL overrides for Hebrew pages. Loaded after style.css. */

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

h1, h2, h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
}

.tier-card {
  border-right: none;
  border-left: 1px solid var(--line);
}

@media (max-width: 720px) {
  .tier-card { border-left: none; }
}
