/* Loading the main fonts styles */
@font-face {
	font-family: "EB Garamond";
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/EB_Garamond/EBGaramond-Regular.ttf') format('truetype');
	}
@font-face {
	font-family: "EB Garamond";
	font-weight: 400;
	font-style: italic;
	src: url('../fonts/EB_Garamond/EBGaramond-Italic.ttf') format('truetype');
	}
@font-face {
	font-family: "EB Garamond";
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/EB_Garamond/EBGaramond-Medium.ttf') format('truetype');
	}
@font-face {
	font-family: "EB Garamond";
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/EB_Garamond/EBGaramond-SemiBold.ttf') format('truetype');
	}
@font-face {
	font-family: "EB Garamond";
	font-weight: 600;
	font-style: italic;
	src: url('../fonts/EB_Garamond/EBGaramond-SemiBoldItalic.ttf') format('truetype');
	}
@font-face {
	font-family: "EB Garamond";
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/EB_Garamond/EBGaramond-Bold.ttf') format('truetype');
	}
@font-face {
	font-family: "EB Garamond";
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/EB_Garamond/EBGaramond-BoldItalic.ttf') format('truetype');
	}

@font-face {
	font-family: "Outfit";
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/Outfit/Outfit-Light.ttf') format('truetype');
	}
@font-face {
	font-family: "Outfit";
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Outfit/Outfit-Regular.ttf') format('truetype');
	}
@font-face {
	font-family: "Outfit";
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/Outfit/Outfit-Medium.ttf') format('truetype');
	}
@font-face {
	font-family: "Outfit";
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/Outfit/Outfit-SemiBold.ttf') format('truetype');
	}
@font-face {
	font-family: "Outfit";
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Outfit/Outfit-Bold.ttf') format('truetype');
	}
@font-face {
	font-family: "Outfit";
	font-weight: 800;
	font-style: normal;
	src: url('../fonts/Outfit/Outfit-ExtraBold.ttf') format('truetype');
	}