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


/**
* This is a variable font
* You can controll 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-Light';
  src: url('./Teko-Light.woff2') format('woff2'),
       url('./Teko-Light.woff') format('woff'),
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Teko-Regular';
  src: url('./Teko-Regular.woff2') format('woff2'),
       url('./Teko-Regular.woff') format('woff'),
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Teko-Medium';
  src: url('./Teko-Medium.woff2') format('woff2'),
       url('./Teko-Medium.woff') format('woff'),
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Teko-SemiBold';
  src: url('./Teko-SemiBold.woff2') format('woff2'),
       url('./Teko-SemiBold.woff') format('woff'),
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Teko-Bold';
  src: url('./Teko-Bold.woff2') format('woff2'),
       url('./Teko-Bold.woff') format('woff'),
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

