/*
 * @font-face local — Inter (títulos/menu) e Inter Tight (descrições/corpo).
 * Arquivos esperados em /assets/fonts/ (variable fonts, woff2). Baixe as fontes em
 * https://rsms.me/inter/ e https://fonts.google.com/specimen/Inter+Tight e coloque-as
 * nesta pasta com os nomes abaixo — enquanto os arquivos não existirem, o navegador
 * cai no fallback (system-ui) sem quebrar o layout.
 */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Variable.woff2') format('woff2-variations'),
		url('../fonts/Inter-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Italic-Variable.woff2') format('woff2-variations'),
		url('../fonts/Inter-Italic-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	src: url('../fonts/InterTight-Variable.woff2') format('woff2-variations'),
		url('../fonts/InterTight-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	src: url('../fonts/InterTight-Italic-Variable.woff2') format('woff2-variations'),
		url('../fonts/InterTight-Italic-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}
