/* Minimal styles for RTL and basic layout */
body { font-family: Vazirmatn, sans-serif; line-height: 1.6; direction: rtl; }
header nav a { margin-left: 1rem; text-decoration: none; }
/* main#content { max-width: 780px; margin: 1rem auto; } */
aside#sidebar { max-width: 300px; position: fixed; right: 1rem; top: 6rem; }
h1,h2,h3 { font-weight: 700; }
img[loading="lazy"] { display:block; max-width:100%; height:auto; }
