/**
 * Digicore — Circular Std.
 *
 * Supplied by the client as desktop TTFs and converted to WOFF2 (664KB -> 225KB).
 * Browsers only download the faces a page actually uses, so declaring the whole
 * family here costs nothing at runtime.
 *
 * Circular names its regular weight "Book"; it is mapped to 400 so unstyled text
 * picks it up. Medium 500, Bold 700, Black 900.
 */

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-Book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-BookItalic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-MediumItalic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular Std";
	src: url("fonts/CircularStd-BlackItalic.woff2") format("woff2");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

