/* Usage:
:root { font-family: "Barlow", sans-serif; }
*/

/* static fonts (woff2 available in this folder) */
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("Barlow-Medium_2.woff2") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("Barlow-SemiBold_2.woff2") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("Barlow-Bold_2.woff2") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("Barlow-ExtraBold_2.woff2") format("truetype");
}
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("Barlow-Black_2.woff2") format("truetype");
}

/* Note: Only normal style and the above weights are defined because only these woff2 files are present. */
