/**
* @license
*
* Font Family: Hind
* Designed by: Manushi Parikh
* URL: https://www.fontshare.com/fonts/hind
* © 2025 Indian Type Foundry
*
* Hind Light 
* Hind Regular 
* Hind Medium 
* Hind SemiBold 
* Hind Bold 
* Hind Variable (Variable font)

*
*/
@font-face {
  font-family: 'Hind-Light';
  src: url('./Hind-Light.woff') format('woff'),

}
@font-face {
  font-family: 'Hind-Regular';
  src: url('./Hind-Regular.woff') format('woff'),

}
@font-face {
  font-family: 'Hind-Medium';
  src: url('./Hind-Medium.woff') format('woff'),

}
@font-face {
  font-family: 'Hind-SemiBold';
  src: url('./Hind-SemiBold.woff') format('woff'),

}
@font-face {
  font-family: 'Hind-Bold';
  src: url('./Hind-Bold.woff') format('woff'),

}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 300.0;
*
* available axes:
'wght' (range from 300.0 to 700.0
*/
@font-face {
  font-family: 'Hind-Variable';
  src: url('./Hind-Variable.woff') format('woff'),

}

