/* ClearSans — local webfonts.
   Place font files in assets/fonts/ClearSans/. */

/* 100 — Thin */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-Thin-webfont.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* 300 — Light */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-Light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* 400 — Regular */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-Regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* 400 — Italic */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-Italic-webfont.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* 500 — Medium */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-Medium-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* 500 — Medium Italic */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-MediumItalic-webfont.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* 700 — Bold */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-Bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* 700 — Bold Italic */
@font-face {
	font-family: "Clear Sans";
	src:
		url("./ClearSans/ClearSans-BoldItalic-webfont.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

