/* ARTIS — Reset */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--obs);color:var(--pearl);font-family:'Inter',sans-serif;font-weight:300;overflow-x:hidden;line-height:1.7;cursor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body.ar{font-family:'Noto Kufi Arabic',sans-serif;direction:rtl}
@media(hover:none){body{cursor:auto}#cur,#cur-r{display:none}}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{background:none;border:none;font-family:inherit;cursor:none}
ul{list-style:none}
input,textarea,select{font-family:inherit}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
::selection{background:var(--gold);color:var(--obs)}
::-webkit-scrollbar{width:3px}
::-webkit-scrollbar-track{background:var(--obs)}
::-webkit-scrollbar-thumb{background:var(--gold-d)}
::-webkit-scrollbar-thumb:hover{background:var(--gold)}
