/*
 * Prism — self-hosted webfonts (both SIL OFL 1.1, latin subset).
 * Instrument Serif: single-weight (400, upright + italic) display serif with
 * real idiosyncratic character — a genuine typographic point of view for a
 * creative agency, used for all headings and the italic pull-quote voice.
 * Manrope: variable-weight (200-800) geometric grotesque — clean, highly
 * legible workhorse sans, used for body copy and UI. See CREDITS.txt.
 */
@font-face {
	font-family: 'Instrument Serif';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/instrumentserif-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Instrument Serif';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/instrumentserif-400italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('../fonts/manrope-variable.woff2') format('woff2');
}
