@font-face {
    font-family:'Poppins Medium';
    src: url('../fonts/Poppins Medium.eot');
	src: url('../fonts/Poppins Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins Medium.woff2') format('woff2'),
		url('../fonts/Poppins Medium.woff') format('woff'),
		url('../fonts/Poppins Medium.svg#Poppins Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Poppins SemiBold';
    src: url('../fonts/Poppins SemiBold.eot');
	src: url('../fonts/Poppins SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins SemiBold.woff') format('woff'),
		url('../fonts/Poppins SemiBold.svg#Poppins SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.svg#Poppins') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}