/**
* @license
*
* Font Family: Chillax
* Designed by: Manushi Parikh
* URL: https://www.fontshare.com/fonts/chillax
* © 2026 Indian Type Foundry
*
* Chillax Extralight 
* Chillax Light 
* Chillax Regular 
* Chillax Medium 
* Chillax Semibold 
* Chillax Bold 
* Chillax Variable (Variable font)
*
*/

/* Use the same font-family name for all weights */
@font-face {
  font-family: 'Chillax';
  src: url('/fonts/Chillax-Extralight.woff2') format('woff2'),
       url('/fonts/Chillax-Extralight.woff') format('woff'),
       url('/fonts/Chillax-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Chillax';
  src: url('/fonts/Chillax-Light.woff2') format('woff2'),
       url('/fonts/Chillax-Light.woff') format('woff'),
       url('/fonts/Chillax-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Chillax';
  src: url('/fonts/Chillax-Semibold.woff2') format('woff2'),
       url('/fonts/Chillax-Semibold.woff') format('woff'),
       url('/fonts/Chillax-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

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

/**
* Variable font
* Available axes:
* 'wght' (range from 200.0 to 700.0)
* Use like: font-variation-settings: 'wght' 450;
*/
@font-face {
  font-family: 'Chillax Variable';
  src: url('/fonts/Chillax-Variable.woff2') format('woff2'),
       url('/fonts/Chillax-Variable.woff') format('woff'),
       url('/fonts/Chillax-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}