/* ==========================================================================
   Launch Suit DS fonts. Four voices, shared with the CV:
   - IBM Plex Sans 400/500 for everything
   - IBM Plex Mono 500 for section labels and the role line (all caps)
   - Newsreader italic for emphasis and project titles ("Newsreader Text", the
     16pt optical size) and large serif display ("Newsreader Display", 72pt),
     which the CV uses for the name and organization names
   - Redaction 50 Italic and Redaction 70 for display on screen (the name,
     company names, "Coming Soon"), with their pixel texture
   Every file is static (no variable fonts): print to PDF draws variable fonts
   as outlines, which drops them from the text layer that ATS software reads.
   All are under the SIL Open Font License: IBM Plex from github.com/IBM/plex
   (fonts/IBMPlex-OFL.txt), Newsreader from github.com/productiontype/Newsreader
   (fonts/Newsreader-OFL.txt), Redaction from github.com/jeremymickel/Redaction
   (fonts/Redaction-OFL.txt).
   ========================================================================== */

@font-face {
	font-family: "Newsreader Text";
	src: url("fonts/Newsreader16pt-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Newsreader Display";
	src: url("fonts/Newsreader72pt-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "IBM Plex Sans";
	src: url("fonts/IBMPlexSans-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IBM Plex Sans";
	src: url("fonts/IBMPlexSans-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("fonts/IBMPlexMono-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Redaction 50";
	src: url("fonts/Redaction50-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Redaction 70";
	src: url("fonts/Redaction70-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
