/* ===== global reset (shared) ===== */
*,*::before,*::after{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{direction:rtl;}
body{direction:rtl;font-family:"Assistant","Heebo",system-ui,sans-serif;background:#ffffff;color:#161616;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
img{display:block;max-width:none;}
input,button{font:inherit;}
