/* Poppins */

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
}
/* JetBrains_Mono */
@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-Thin.ttf")
		format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-ThinItalic.ttf")
		format("truetype");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-Regular.ttf")
		format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-Italic.ttf")
		format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-Bold.ttf")
		format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-BoldItalic.ttf")
		format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-Black.ttf")
		format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "jetbrains-mono";
	src: url("../fonts/JetBrains_Mono/JetBrainsMono-BlackItalic.ttf")
		format("truetype");
	font-weight: 800;
	font-style: italic;
}
/* Cormorant_Garamond */
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Medium.ttf")
		format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant_Garamond/CormorantGaramond-MediumItalic.ttf")
		format("truetype");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf")
		format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Italic.ttf")
		format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf")
		format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant_Garamond/CormorantGaramond-BoldItalic.ttf")
		format("truetype");
	font-weight: 700;
	font-style: italic;
}
