/*****************************************/
/**************** My typo ****************/
/*****************************************/

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/100-Inter-Thin.woff2') format('woff2'),
		url('../fonts/inter/100-Inter-Thin.woff') format('woff');
	font-weight: 100; /* Thin */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/200-Inter-ExtraLight.woff2') format('woff2'),
		url('../fonts/inter/200-Inter-ExtraLight.woff') format('woff');
	font-weight: 200; /* ExtraLight */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/300-Inter-Light.woff2') format('woff2'),
		url('../fonts/inter/300-Inter-Light.woff') format('woff');
	font-weight: 300; /* Light */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/400-Inter-Regular.woff2') format('woff2'),
		url('../fonts/inter/400-Inter-Regular.woff') format('woff');
	font-weight: 400; /* Regular */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/500-Inter-Medium.woff2') format('woff2'),
		url('../fonts/inter/500-Inter-Medium.woff') format('woff');
	font-weight: 500; /* Medium */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/600-Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/inter/600-Inter-SemiBold.woff') format('woff');
	font-weight: 600; /* SemiBold */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/700-Inter-Bold.woff2') format('woff2'),
		url('../fonts/inter/700-Inter-Bold.woff') format('woff');
	font-weight: 700; /* Bold */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/800-Inter-ExtraBold.woff2') format('woff2'),
		url('../fonts/inter/800-Inter-ExtraBold.woff') format('woff');
	font-weight: 800; /* ExtraBold */
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/900-Inter-Black.woff2') format('woff2'),
		url('../fonts/inter/900-Inter-Black.woff') format('woff');
	font-weight: 900; /* Black */
	font-style: normal;
}