/*! webfont-hind-madurai.css  */

		
/* Font hind-madurai 300,400,600,700 */	


/* Light 300 */
@font-face {
    font-family: 'hind-madurai';
    src: url('HindMadurai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* Regular 400*/
@font-face {
    font-family: 'hind-madurai';
    src: url('HindMadurai-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Semi Bold 600 */
@font-face {
    font-family: 'hind-madurai';
    src: url('HindMadurai-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
/*  Bold 700 - Fake to 600 */
@font-face {
    font-family: 'hind-madurai';
    src: url('HindMadurai-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Original 700 */
/*
@font-face {
    font-family: 'hind-madurai';
    src: url('hind-madurai-bold-webfont.woff2') format('woff2'),
         url('hind-madurai-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
*/
