html, body {
  height: 100%;
}

body {
  font-family: "Vazirmatn", "Vazir", "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
