 @font-face{
      font-family:'Meem';
      src:url("{% static 'fonts/Meem-Regular.ttf' %}") format('truetype');
      font-weight:400;
      font-style:normal;
      font-display:swap;
    }
    html{ direction: rtl; }
    body{ font-family:'Meem', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
    html, body { overflow-x: hidden; }