@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../vazir.woff2) format('woff2');
}

:root {
  --background-color: #fff;
  --gary:#969696;
  --border-gary:#b8b6b6;
  --menu:#616161;
  --blue:#0f7eedf2;
  --Tables:#6e6b7b;
  --ben:#445fdf;
  --ion-color-base:var(--blue);
  --ion-color-light:#f4f5f8;
  --ion-color-contrast:#fff;
  --lumo-font-family: Vazirmatn;
}
body{
  margin: 0;
  padding: 0;
  min-height: fit-content;
}
page-home,page-login{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#map *,input {
  font-family: Vazirmatn , var(--font-system);
}

