@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

body {
  direction: rtl;
  font-family: "Vazirmatn", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

pre { 
  direction: ltr;
  font-family: monospace;
}

.image-line {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
