/*  nunito fonts  */
@font-face {
	font-family: "Nunito-Regular";
	font-style: normal;
	font-weight: 400;
	src: url("/config/custom/fonts/Nunito-Regular.ttf");
	font-display: swap;
}
@font-face {
	font-family: "Nunito-SemiBold";
	font-style: normal;
	font-weight: 600;
	src: url("/config/custom/fonts/Nunito-SemiBold.ttf");
	font-display: swap;
}
@font-face {
	font-family: "Nunito-Light";
	font-style: normal;
	font-weight: 300;
	src: url("/config/custom/fonts/Nunito-Light.ttf");
	font-display: swap;
}
@font-face {
	font-family: "Nunito-Bold";
	font-style: normal;
	font-weight: 700;
	src: url("/config/custom/fonts/Nunito-Bold.ttf");
	font-display: swap;
}

/*  nunito sans fonts  */
@font-face {
	font-family: "NunitoSans-Black";
	font-style: normal;
	font-weight: 900;
	src: url("/config/custom/fonts/NunitoSans-Black.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-BlackItalic";
	font-style: italic;
	font-weight: 900;
	src: url("/config/custom/fonts/NunitoSans-BlackItalic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-BoldItalic";
	font-style: italic;
	font-weight: 700;
	src: url("/config/custom/fonts/NunitoSans-BoldItalic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-ExtraBold";
	font-style: normal;
	font-weight: 800;
	src: url("/config/custom/fonts/NunitoSans-ExtraBold.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-ExtraBoldItalic";
	font-style: italic;
	font-weight: 800;
	src: url("/config/custom/fonts/NunitoSans-ExtraBoldItalic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-ExtraLight";
	font-style: normal;
	font-weight: 275;
	src: url("/config/custom/fonts/NunitoSans-ExtraLight.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-ExtraLightItalic";
	font-style: italic;
	font-weight: 275;
	src: url("/config/custom/fonts/NunitoSans-ExtraLightItalic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-Italic";
	font-style: italic;
	font-weight: 400;
	src: url("/config/custom/fonts/NunitoSans-Italic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-Light";
	font-style: normal;
	font-weight: 300;
	src: url("/config/custom/fonts/NunitoSans-Light.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-LightItalic";
	font-style: italic;
	font-weight: 300;
	src: url("/config/custom/fonts/NunitoSans-LightItalic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-Regular";
	font-style: normal;
	font-weight: 400;
	src: url("/config/custom/fonts/NunitoSans-Regular.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-Bold";
	font-style: normal;
	font-weight: 700;
	src: url("/config/custom/fonts/NunitoSans-Bold.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-SemiBoldItalic";
	font-style: italic;
	font-weight: 600;
	src: url("/config/custom/fonts/NunitoSans-SemiBoldItalic.ttf");
	font-display: swap;
}
@font-face {
	font-family: "NunitoSans-SemiBold";
	font-style: normal;
	font-weight: 600;
	src: url("/config/custom/fonts/NunitoSans-SemiBold.ttf");
	font-display: swap;
}

._elight{
	font-family: "NunitoSans-ExtraLight";
}
._light{
	font-family: "NunitoSans-Light";
}
._bold{
	font-family: "NunitoSans-SemiBold";
}
._medium{
	font-family: "NunitoSans-Regular";
}