/**
 * Self-hosted @font-face declarations for Manrope (headings) and Inter (body).
 * Expected files live in ../fonts/ — see assets/fonts/README.md for the
 * exact filenames/weights this file expects. Until those .woff2 files are
 * added, the browser silently falls back to the system-ui stack below, so
 * the site still renders correctly with no missing-file errors.
 */

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/manrope-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/manrope-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
