/****************************************************Bootstrap Icons***************************************************/

@font-face {
	font-family: "bootstrap-icons";
	src:
			url("../../assets/fonts/bootstrap-icons-1.13.1/bootstrap-icons.woff") format("woff"),
			url("../../assets/fonts/bootstrap-icons-1.13.1/bootstrap-icons.woff2") format("woff2");
}

/*******************************************************OpenSans*******************************************************/

@font-face {
	font-family: "OpenSans-Light";
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	src: url("../../assets/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Regular";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("../../assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Medium";
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url("../../assets/fonts/open-sans/OpenSans-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-SemiBold";
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url("../../assets/fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Bold";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url("../../assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-ExtraBold";
	font-style: normal;
	font-display: swap;
	font-weight: 800;
	src: url("../../assets/fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
}

/********************************************************Roboto********************************************************/

@font-face {
	font-family: "Roboto-Light";
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	src: url("../../assets/fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto_Condensed-LightItalic";
	font-style: italic;
	font-display: swap;
	font-weight: 300;
	src: url("../../assets/fonts/roboto/Roboto_Condensed-LightItalic.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Regular";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("../../assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Medium";
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url("../../assets/fonts/roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-SemiBold";
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url("../../assets/fonts/roboto/Roboto-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Bold";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url("../../assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-ExtraBold";
	font-style: normal;
	font-display: swap;
	font-weight: 800;
	src: url("../../assets/fonts/roboto/Roboto-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Black";
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src: url("../../assets/fonts/roboto/Roboto-Black.ttf") format("truetype");
}

/*******************************************************Instagram******************************************************/

@font-face {
	font-family: "Instagram";
	src: url("../../assets/fonts/Instagram.ttf") format("truetype");
	font-display: swap;
}