/**
* @license
*
* Font Family: Panchang
* Designed by: Barbara Bigosinska, Hitesh Malaviya
* URL: https://www.fontshare.com/fonts/panchang
* © 2024 Indian Type Foundry
*
* Panchang Extralight 
* Panchang Light 
* Panchang Regular 
* Panchang Medium 
* Panchang Semibold 
* Panchang Bold 
* Panchang Extrabold 
* Panchang Variable (Variable font)

*
*/
@font-face {
  font-family: 'Panchang-Extralight';
  src: url('../fonts/custom-font/Panchang-Extralight.woff2') format('woff2'),
    url('../fonts/custom-font/Panchang-Extralight.woff') format('woff'),
    url('../fonts/custom-font/Panchang-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

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

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

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

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

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

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

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