@font-face {
    font-family: Vazirmatn;
    src: url('./Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
  
  #root {
    min-height: 100dvh;
    overflow: hidden;
  } */

  @font-face {
    font-family: "Amiko";
    src: url("./Amiko-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Amiko";
    src: url("./Amiko-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
  }