@font-face {
	font-family:'Poppins';
        font-weight: 100;
        src: url(/fonts/Poppins/Poppins-Thin.ttf);
	font-display: swap;
}

@font-face {
	font-family:'Poppins';
        font-weight: 200;
        src: url(/fonts/Poppins/Poppins-ExtraLight.ttf);
	font-display: swap;
}

@font-face {
	font-family:'Poppins';
        font-weight: 300;
        src: url(/fonts/Poppins/Poppins-Light.ttf);
	font-display: swap;
}

@font-face {
	font-family:'Poppins';
        font-weight: 400;
        src: url(/fonts/Poppins/Poppins-Regular.ttf);
	font-display: swap;
}

@font-face {
	font-family:'Poppins';
        font-weight: 500;
        src: url(/fonts/Poppins/Poppins-Medium.ttf);
	font-display: swap;
}

@font-face {
	font-family:'Poppins';
        font-weight: 600;
        src: url(/fonts/Poppins/Poppins-SemiBold.ttf);
	font-display: swap;
}

@font-face {
	font-family:'poppins';
        font-weight: 700;
        src: url(/fonts/poppins/Poppins-Bold.ttf);
	font-display: swap;
}

@font-face {
	font-family:'poppins';
        font-weight: 800;
        src: url(/fonts/poppins/Poppins-ExtraBold.ttf);
	font-display: swap;
}

@font-face {
	font-family:'poppins';
        font-weight: 900;
        src: url(/fonts/poppins/Poppins-Black.ttf);
	font-display: swap;
}

body {
	font-family:'Poppins', sans-serif;
}
