@font-face {
	font-family: Figtree;
	font-style: normal;
	font-weight: 300;
	src: url('./Figtree-Light.ttf');
}

@font-face {
	font-family: Figtree;
	font-style: normal;
	font-weight: 400;
	src: url('./Figtree-Regular.ttf');
}

@font-face {
	font-family: Figtree;
	font-style: normal;
	font-weight: normal;
	src: url('./Figtree-Medium.ttf');
}

@font-face {
	font-family: Figtree;
	font-style: normal;
	font-weight: 500;
	src: url('./Figtree-SemiBold.ttf');
}

@font-face {
	font-family: Figtree;
	font-style: normal;
	font-weight: bold;
	src: url('./Figtree-Bold.ttf');
}