/**
* @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-display: swap;
    font-family: 'Panchang-Extralight';
    font-style: normal;
    font-weight: 200;
    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-face {
    font-display: swap;
    font-family: 'Panchang-Light';
    font-style: normal;
    font-weight: 300;
    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-face {
    font-display: swap;
    font-family: 'Panchang-Regular';
    font-style: normal;
    font-weight: 400;
    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-face {
    font-display: swap;
    font-family: 'Panchang-Medium';
    font-style: normal;
    font-weight: 500;
    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-face {
    font-display: swap;
    font-family: 'Panchang-Semibold';
    font-style: normal;
    font-weight: 600;
    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-face {
    font-display: swap;
    font-family: 'Panchang-Bold';
    font-style: normal;
    font-weight: 700;
    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-face {
    font-display: swap;
    font-family: 'Panchang-Extrabold';
    font-style: normal;
    font-weight: 800;
    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');
}

/**
* 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-display: swap;
    font-family: 'Panchang-Variable';
    font-style: normal;
    font-weight: 200 800;
    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');
}