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

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

@font-face{
	font-family: 'ibm';
	src: url('../fonts/IBMPlexSans-SemiBold.ttf');
	font-style: normal;
	font-weight: 600;
}

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