/* Flip layout for RTL */
body {
    direction: rtl;
    text-align: right;
  }
  
  .force-ltr {
    direction: ltr !important;
  }
  /* Adjust margins and padding for RTL */
  .container, .section, .button {
    margin-right: auto;
    margin-left: auto;
  }
  
  /* Flip icons or other directional assets */
  .icon-arrow {
    transform: scaleX(-1);
  }

  /* Apply PP Neue Montreal Arabic variable font for Arabic text */
body {
  direction: rtl;
  text-align: right;
  font-family: 'Ppneuemontrealarabic Variable', sans-serif;
  font-weight: 400; /* Default weight (adjust as needed) */
  letter-spacing: 0px !important;
}

/* Override font for specific elements */
h1, h2, h3, h4, h5, h6,
p, a, span, li {
  font-family: inherit; /* Inherits from body */
  letter-spacing: 0px !important;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important; 
}