
@font-face { src: url('../fonts/NotoSerifTamil-Regular.ttf') format('truetype'); font-weight: normal; font-family: 'tamil'; }

.tamilfont{
    font-family: tamil;
}


.webfx-tree-item {
	line-height: 35px;
  font-family: tamil;
  font-size: 14px;
}
  
.webfx-tree-item button,
.webfx-tree-item a {
	font-family: tamil;
	font-size: 14px;
}
	
	/* for the table  begin*/
	
  body {
     font-family: Arial, sans-serif;
      padding: 4px; 
      box-sizing: border-box;    
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
      gap: 16px;
      width: 100%;
      max-width: 600px;
      margin-bottom: 4px;
    }

    .grid-item {
   /*     background-color: #4CAF50;
      color: white;
      font-weight: bold; */
	  
	  font-size: 16px;
      padding: 4px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s;
    }

 /* 
    .grid-item:hover {
      transform: scale(1.05);
    }  
	*/
	
/* for the table  end*/
