/*! webfont-cormorant-infant.css  */

		
/* Font cormorant-infant 300,400 */	


/* Light 300 */
@font-face {
    font-family: 'cormorant-infant';
    src: url('CormorantInfant-Light.woff2') format('woff2'),
         url('CormorantInfant-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
/* Regular 400 */
@font-face {
    font-family: 'cormorant-infant';
    src: url('CormorantInfant-Regular.woff2') format('woff2'),
         url('CormorantInfant-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}