/* FIXME: fix path to fonts */

@font-face {
	font-family: "TT Norms Web";
	src:
		url("./../fonts/TT_Norms_Web_Regular.woff2") format("woff2"),
		url("./../fonts/TT_Norms_Web_Regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "TT Norms Web";
	src:
		url("./../fonts/TT_Norms_Web_Normal.woff2") format("woff2"),
		url("./../fonts/TT_Norms_Web_Normal.woff") format("woff");
	font-style: normal;
	font-weight: 450;
	font-display: swap;
}

@font-face {
	font-family: "TT Norms Web";
	src:
		url("./../fonts/TT_Norms_Web_Medium.woff2") format("woff2"),
		url("./../fonts/TT_Norms_Web_Medium.woff") format("woff");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "TT Norms Web";
	src: 
		url("./../fonts/TT_Norms_Web_DemiBold.woff2") format("woff2"),
		url("./../fonts/TT_Norms_Web_DemiBold.woff") format("woff");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "TT Norms Web";
	src:
		url("./../fonts/TT_Norms_Web_Bold.woff2") format("woff2"),
		url("./../fonts/TT_Norms_Web_Bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src:
		url("./../fonts/Manrope_Regular.woff2") format("woff2"),
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
