Mr KABAB cleaned inline-data menu

- Data is embedded inside app.js; no external JSON request is needed.
- Categories are cleaned and merged from both PDFs.
- Prices use the second PDF.
- Duplicate items were removed.
- Family dish images retain the movable magnifying-glass zoom.
- Open index.html directly in a browser.

Ordering codes:
Each regular item receives a stable category code at runtime (for example SO01, MD01, FJ01).
Family dishes use FD01 through FD09. The inline menu JSON data and prices were not modified.
Typography is adjusted separately for Persian, Georgian, Arabic and Russian.


IMAGE PATHS
All item image paths are copied exactly from the supplied JavaScript file.
Place replacement files in assets/food/ using the exact filenames and extensions, including 1.jpeg–10.jpeg, c1.jpeg–c9.jpeg, s1.jpeg–s4.jpeg, and the other paths already referenced in app.js.

Latest changes:
- Drink image paths remain exactly as provided in the supplied JS (for example assets/food/1.jpeg, c1.jpeg, s1.jpeg).
- Drink images are visually reduced with CSS only; replace the files using the same names.
- Every regular and family item now has a unique numeric `code` field directly inside menuData and menu-data.json.
- Codes run from 101 to 196 and are displayed as numbers only.
- Family-card code layout was constrained to remain inside the card in all languages.
