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

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

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

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: local('../fonts/Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-display:swap;src: url("../fonts/CircularStd-Book.eot");
    src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),url("../fonts/CircularStd-Book.woff") format("woff"),url("../fonts/CircularStd-Book.ttf") format("truetype"),url("../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
    font-weight: 400;
    font-style: normal
}