/*
 * Graphik — self-hosted web fonts.
 *
 * Graphik is a COMMERCIAL typeface (Commercial Type). Add your LICENSED
 * Graphik .woff2 files to this folder using the exact filenames below, and
 * the whole site will switch to Graphik automatically. Until the files are
 * present the site uses Inter (the closest free match) as a fallback.
 *
 * Expected files (place them next to this fonts.css):
 *   Graphik-Regular.woff2        (400)
 *   Graphik-Medium.woff2         (500)
 *   Graphik-Semibold.woff2       (600)
 *   Graphik-Bold.woff2           (700)
 *   Graphik-RegularItalic.woff2  (400 italic — optional)
 *
 * If you use Adobe Fonts instead, see assets/fonts/README.txt.
 */

@font-face {
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Graphik-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('Graphik-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('Graphik-Semibold.woff2') format('woff2');
}
@font-face {
	font-family: 'Graphik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Graphik-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Graphik';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('Graphik-RegularItalic.woff2') format('woff2');
}
