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

*
*/
@font-face {
  font-family: 'Teko-Light';
  src: url('./Teko-Light.woff') format('woff');
}
@font-face {
  font-family: 'Teko-Regular';
  src: url('./Teko-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Teko-Medium';
  src: url('./Teko-Medium.woff') format('woff'),
}
@font-face {
  font-family: 'Teko-SemiBold';
  src: url('./Teko-SemiBold.woff') format('woff'),
}
@font-face {
  font-family: 'Teko-Bold';
  src: url('./Teko-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: 'Teko-Variable';
  src: url('./Teko-Variable.woff2') format('woff2'),
       url('./Teko-Variable.woff') format('woff'),
       url('./Teko-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}

