/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Poppins/Poppins-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/Poppins/Poppins-ThinItalic.ttf") format('woff2');
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Poppins/Poppins-ExtraLight.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/Poppins/Poppins-ExtraLightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-Light.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-LightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Italic.ttf") format('woff2');
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-MediumItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-BoldItalic.ttf") format('woff2');

}
