   @font-face {
      font-family: 'NotoSansBrahmi-Regular';
      src: URL('fonts/NotoSansBrahmi-Regular.ttf') format('truetype');
    }
    
    @font-face{
    	font-family: 'NotoSansDevanagari-Regular';
    	src: URL('fonts/NotoSansDevanagari-Regular.ttf')format('truetype');
    }
   
    
    #dhammalipi-tool {
        max-width:90%;
        margin:auto;
        padding:20px;
        }
        
    #dhammalipi-tool h4 {
        text-align: center;
    }    
        
    #dhammalipi-tool textarea{
        width:100%;
        height:120px;
        padding:12px;
        font-size:20px;
        border:2px solid #333;
        border-radius:6px;
        margin-bottom:15px;
        }
        
    #dhammalipi-tool .btn-group{
        display:flex;
        justify-content:center;
        gap:10px;
        flex-wrap:wrap;
        margin-bottom:15px;
        width:100%;
        }
        
    #dhammalipi-tool button{
        background:#333;
        font-size:16px;
        font-weight:bold;
        border:2px solid #333;
        border-radius:5px;
        padding:10px;
        color:#fff;
        cursor:pointer;
        text-decoration:none;
        outline:none;
        box-shadow:none;
        }
        
    #dhammalipi-tool button:hover{
        background:#fff;
        color: #333;
        text-decoration:none;
        outline:none;
        box-shadow:none;
        }