/*
 * Alo Imeni — Base / Reset
 * ریستِ حداقلی + عناصرِ پایه. بدون استایلِ کامپوننت (آن‌ها در فایل‌های اختصاصی).
 */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  overflow-x:clip;
  background:var(--alo-color-bg);
  background-image:var(--grad);
  color:var(--alo-color-text);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
img{max-width:100%;height:auto}
:where(img,svg,video){display:block}
::selection{background:var(--alo-color-primary);color:#fff}

/* فوکوسِ قابل‌رؤیت برای دسترس‌پذیری (فقط کیبورد) */
:focus-visible{outline:2px solid var(--alo-color-primary);outline-offset:2px}

/* دسترس‌پذیری */
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.alo-skip-link{position:absolute;right:-9999px;top:0;z-index:var(--alo-z-skiplink);background:var(--alo-color-primary);color:#fff;padding:10px 16px;border-radius:0 0 10px 0}
.alo-skip-link:focus{right:0}
