/*
 * Locally hosted editorial type system.
 *
 * The three families mirror the roles used by newspaper sites without
 * redistributing any proprietary publication fonts: display serif for
 * headlines, reading serif for long copy, and a compact sans serif for UI.
 * Every file is served by OBD2SCAN and licensed under SIL OFL 1.1.
 */

@font-face {
	font-family: "AUTOOL Newsreader";
	src: url("../fonts/newsreader/newsreader-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Newsreader";
	src: url("../fonts/newsreader/newsreader-italic-variable.woff2") format("woff2");
	font-style: italic;
	font-weight: 200 800;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Source Serif 4";
	src: url("../fonts/source-serif-4/source-serif-4-regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Source Serif 4";
	src: url("../fonts/source-serif-4/source-serif-4-italic.woff2") format("woff2");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Source Serif 4";
	src: url("../fonts/source-serif-4/source-serif-4-semibold.woff2") format("woff2");
	font-style: normal;
	font-weight: 600 900;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Source Serif 4";
	src: url("../fonts/source-serif-4/source-serif-4-semibold-italic.woff2") format("woff2");
	font-style: italic;
	font-weight: 600 900;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Libre Franklin";
	src: url("../fonts/libre-franklin/libre-franklin-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "AUTOOL Libre Franklin";
	src: url("../fonts/libre-franklin/libre-franklin-italic-variable.woff2") format("woff2");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}
