/*
 * Webfonts for mihungerstudy.org -- first-party, no Google request.
 *
 * Replaces the old `fritz-fonts` stylesheet, which was fetched live from
 * fonts.googleapis.com on every page load. That was redundant as well as a
 * privacy leak: the theme already ships the whole Host Grotesk family and
 * Oranienbaum as local woff2 under _html/source/assets/fonts/.
 *
 * app.css only declares @font-face for Host Grotesk 300, 400, 400i and 500,
 * but the stylesheet also asks for 600 and 700 (and `bold`), which the Google
 * variable font used to satisfy. This file declares the full shipped range so
 * nothing falls back to a synthesised bold.
 *
 * Paths are relative on purpose -- they survive the staging -> production
 * search-replace untouched. They resolve from
 * themes/foodbank-council-of-michigan/assets/vendor/fonts/ back to the theme
 * root, so keep this file where it is or fix the ../../../ prefix.
 */

@font-face {
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/oranienbaum/oranienbaum-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-300.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-300i.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-400i.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-500i.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-600i.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-700i.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-800.woff2') format('woff2');
}

@font-face {
	font-family: 'Host Grotesk';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url('../../../_html/source/assets/fonts/hostgrotesk/hostgrotesk-800i.woff2') format('woff2');
}
