
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* hindi */

@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap');


.text-orange{
    color: #f39c12;
}

.text-brown{
    color: #8d6e63;
}

.text-maroon{
    color: #800000;
}

  /* hindi fonts */
  
.eczar-font {
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.arya-regular {
    font-family: "Arya", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .arya-bold {
    font-family: "Arya", serif;
    font-weight: 700;
    font-style: normal;
  }