/**
* @license
*
* Font Family: Pally
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/pally
* © 2025 Indian Type Foundry
*
* Pally Regular 
* Pally Medium 
* Pally Bold 
* Pally Variable (Variable font)

*
*/

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 400.0 to 700.0
*/
@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Variable.woff2') format('woff2'),
       url('../fonts/Pally-Variable.woff') format('woff'),
       url('../fonts/Pally-Variable.ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
}

