/*
 * Self-hosted Plus Jakarta Sans.
 *
 * Font files (woff2) live in assets/fonts/plus-jakarta-sans/ and are NOT
 * committed to the repo. They are downloaded by the deploy workflow
 * (.github/workflows/deploy.yml → "Fetch fonts" step) and uploaded with
 * the rest of the theme.
 *
 * For local development, run bin/fetch-fonts.sh once.
 */

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-400italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-800.woff2') format('woff2');
}
