/**
 * Fontes oficiais Ana Sesso auto-hospedadas.
 * Inter e Open Sans: SIL Open Font License 1.1.
 * Georgia permanece como fonte de sistema e não é redistribuída.
 */

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

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter/inter-italic-variable.woff2") format("woff2-variations");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/open-sans/open-sans-variable.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/open-sans/open-sans-italic-variable.woff2") format("woff2-variations");
	font-style: italic;
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-display: swap;
}
