/*
 * Filme na Lista — Inter (self-hosted)
 *
 * Fonte variável oficial do projeto rsms/inter, licenciada sob a SIL Open
 * Font License 1.1 (veja assets/fonts/LICENSE.txt). Os arquivos .woff2
 * ficam em assets/fonts/ e são carregados aqui via @font-face, com
 * font-display: swap para evitar texto invisível durante o carregamento.
 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/InterVariable.woff2') format('woff2-variations'),
	     url('../fonts/InterVariable.woff2') format('woff2');
}

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