/* RTL + Arabic typography overrides — loaded after style.css on /ar/ only */

html { direction: rtl; }

body {
  font-family: "Tajawal", Tahoma, Arial, sans-serif;
}

.logo, h1, h2, h3, .brand-name {
  font-family: "Tajawal", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

h1 { letter-spacing: 0; }
.section-title { letter-spacing: 0; }
.cta h2 { letter-spacing: 0; }
.logo { letter-spacing: 0; }

/* Logical-property fixes for the few physical left/right rules in style.css */
.expertise {
  border-left: none;
  border-right: 2px solid var(--accent);
  padding-left: 0;
  padding-right: 20px;
}

.skip-link {
  left: auto;
  right: -9999px;
  border-radius: 0 0 0 8px;
}
.skip-link:focus { right: 0; left: auto; }

/* Technology tags are Latin-script names (JavaScript, C / C++, etc.) —
   force LTR so they read correctly inside the RTL tag list */
.tag {
  direction: ltr;
  unicode-bidi: isolate;
}

@media (max-width: 800px) {
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,.06); }
}
