/*
 * Self-hosted open fonts.
 * Inter (SIL Open Font License 1.1) replaces the previously used
 * proprietary faces (Google Sans / SF Pro / Helvetica Neue).
 * Pages declare: font-family: 'Inter', system-ui, sans-serif;
 * 'Google Sans' and 'SF Pro Text' are kept as aliases so any stale
 * declaration still resolves to Inter.
 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/inter-latin-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/inter-latin-700-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/inter-latin-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/inter-latin-700-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'SF Pro Text';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/inter-latin-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'SF Pro Text';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/inter-latin-700-normal.woff2') format('woff2');
}
