/*
 * Adobe Fonts serves scale-variable with font-weight: 400 only.
 * Re-declare with a weight range so font-weight / font-variation-settings
 * from the typo settings can control the axis.
 */
@font-face {
	font-family: "scale-variable";
	src:
		url("https://use.typekit.net/af/64385c/000000000000000077542086/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
		url("https://use.typekit.net/af/64385c/000000000000000077542086/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
		url("https://use.typekit.net/af/64385c/000000000000000077542086/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 100 900;
	font-stretch: normal;
}
