/* Font for titles */
@font-face {
	font-family: Jacquard9;
	src: url("../fonts/JacquardaBastarda9-Regular.ttf");
}


/* Monospaced */
/*@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Regular.ttf");
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}*/

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-SemiBold.ttf");
	font-weight: 600;
}

/*@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-SemiBoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Medium.ttf");
	font-weight: 500;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-MediumItalic.ttf");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Light.ttf");
	font-weight: 300;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-ExtraLight.ttf");
	font-weight: 200;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-ExtraLightItalic.ttf");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Thin.ttf");
	font-weight: 100;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-ThinItalic.ttf");
	font-weight: 100;
	font-style: italic;
}*/


/* Font for everything else */
@font-face {
	font-family: Figtree;
	src: url("../fonts/Figtree-VariableFont_wght.ttf");
}

@font-face {
	font-family: Figtree;
	src: url("../fonts/Figtree-Italic-VariableFont_wght.ttf");
	font-style: italic;
}
