@layer base {

  @font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  }

  @font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  }

  @font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
  }

  body {
    font-size: 1rem;
    background-color: var(--bodyColor);
    color: var(--textColor);
    font-family: 'Vazir', sans-serif;
  }

}

main {
  /* height: calc(100vh - 3.5rem); */
  height: 100%;
  min-height: calc(100vh);
  display: flex;
  padding : 0;
  align-items: stretch;
}