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

*
*/
@font-face {
    font-family: "Nippo-Extralight";
    src: url("../../fonts/nippo/Nippo-Extralight.woff2") format("woff2"),
        url("../../fonts/nippo/Nippo-Extralight.woff") format("woff"),
        url("../../fonts/nippo/Nippo-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Nippo-Light";
    src: url("../../fonts/nippo/Nippo-Light.woff2") format("woff2"),
        url("../../fonts/nippo/Nippo-Light.woff") format("woff"),
        url("../../fonts/nippo/Nippo-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Nippo-Regular";
    src: url("../../fonts/nippo/Nippo-Regular.woff2") format("woff2"),
        url("../../fonts/nippo/Nippo-Regular.woff") format("woff"),
        url("../../fonts/nippo/Nippo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Nippo-Medium";
    src: url("../../fonts/nippo/Nippo-Medium.woff2") format("woff2"),
        url("../../fonts/nippo/Nippo-Medium.woff") format("woff"),
        url("../../fonts/nippo/Nippo-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Nippo-Bold";
    src: url("../../fonts/nippo/Nippo-Bold.woff2") format("woff2"),
        url("../../fonts/nippo/Nippo-Bold.woff") format("woff"),
        url("../../fonts/nippo/Nippo-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
    font-family: "Nippo-Variable";
    src: url("../../fonts/nippo/Nippo-Variable.woff2") format("woff2"),
        url("../../fonts/nippo/Nippo-Variable.woff") format("woff"),
        url("../../fonts/nippo/Nippo-Variable.ttf") format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}
