@charset "utf-8";



@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.eot');
	src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('Poppins-Regular.woff') format('woff'),
		url('Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}