/* === Inter - 300 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	
	src: url("./font/Inter-Light.woff2") format("woff2");
}

/* === Inter - regular */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	
	src: url("./font/Inter-Regular.woff2") format("woff2");
}

/* === Inter - 500 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	
	src: url("./font/Inter-Medium.woff2") format("woff2");
}

/* === Inter - 700 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	
	src: url("./font/Inter-Bold.woff2") format("woff2");
}
