
    /* Include Dastnevis Font using @font-face */
@font-face {
    font-family: "Noto Naskh Arabic", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }
    


    body {
        min-width:100vh;
              font-family: "Noto Naskh Arabic", serif;
      margin: 0 auto;
    }
    
 
    h5 {
         font-size: 16px;
         font-weight: bold;
    }