*{margin:0;padding:0;box-sizing:border-box;}
html{background:var(--bg);}
body{
  font-family:'IBM Plex Sans Arabic','Poppins','Inter',sans-serif;
  background:var(--bg);
  color:var(--text-dark);
  overflow-x:hidden;
  line-height:1.6;
  cursor:default;
}
::selection{background:var(--gold);color:var(--primary);}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;}
img{max-width:100%;display:block;}
