/* ----------------------------------------------
Poppins variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Poppins', sans-serif; }
}
---------------------------------------------- */

@font-face {
	font-family: "Poppins";
	font-weight: 100;
    font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.thin.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins";
	font-weight: 200;
    font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.extralight.ttf) format("truetype");
}

  @font-face {
	font-family: "Poppins";
	font-weight: 300;
    font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.light.ttf) format("truetype");
} 

 @font-face {
	font-family: "Poppins";
	font-weight: 400;
    font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.regular.ttf) format("truetype");
} 

 @font-face {
	font-family: "Poppins";
	font-weight: 500;
    font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.medium.ttf) format("truetype");
} 

 @font-face {
	font-family: "Poppins";
	font-weight: 600;
    font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.semibold.ttf) format("truetype");
} 

@font-face {
	font-family: "Poppins";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.bold.ttf) format("truetype");
}


@font-face {
	font-family: "Poppins";
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.extrabold.ttf) format("truetype");
}





@font-face {
	font-family: "Poppins";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url(../fonts/poppins/poppins.black.ttf) format("truetype");
}

/* poppins italic */

@font-face {
	font-family: "Poppins";
	font-weight: 100;
    font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.thin-italic.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins";
	font-weight: 200;
    font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.extralight-italic.ttf) format("truetype");
}

 @font-face {
	font-family: "Poppins";
	font-weight: 300;
    font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.light-italic.ttf) format("truetype");
}



 @font-face {
	font-family: "Poppins";
	font-weight: 400;
    font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.italic.ttf) format("truetype");
}

 @font-face {
	font-family: "Poppins";
	font-weight: 500;
    font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.medium-italic.ttf) format("truetype");
}

 @font-face {
	font-family: "Poppins";
	font-weight: 600;
    font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.semibold-italic.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins";
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.bold-italic.ttf) format("truetype");
}


@font-face {
	font-family: "Poppins";
	font-weight: 800;
	 font-style: italic;
	font-display: swap;
	src: url(../fonts/poppins/poppins.extrabold-italic.ttf) format("truetype");
}


@font-face {
	font-family: "Poppins";
	font-weight: 900;
	font-display: swap;
	font-style: italic;
	src: url(../fonts/poppins/poppins.black-italic.ttf) format("truetype");
}











