/* Skeda — dichiarazione dei caratteri.
 *
 * I nomi di famiglia qui devono corrispondere a quelli in `tokens.css`: se non
 * coincidono il font non si applica e la pagina cade sul fallback di sistema
 * senza dire niente.
 *
 * Onest: The Onest Project Authors — https://github.com/simpals/onest
 * Instrument Sans: The Instrument Sans Project Authors — https://github.com/Instrument/instrument-sans
 * Entrambi SIL Open Font License 1.1, testi in ../fonts/*-OFL.txt.
 */

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

/* Instrument Sans porta `wght` 400–700 e `wdth` 75–100: i pesi del sito stanno
   tutti fra 400 e 700 */
@font-face {
	font-family: 'Instrument Sans';
	src: url('../fonts/InstrumentSans-Variable-latin.woff2') format('woff2-variations'),
	     url('../fonts/InstrumentSans-Variable-latin.woff2') format('woff2');
	font-weight: 400 700;
	font-stretch: 75% 100%;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Instrument Sans';
	src: url('../fonts/InstrumentSans-Italic-Variable-latin.woff2') format('woff2-variations'),
	     url('../fonts/InstrumentSans-Italic-Variable-latin.woff2') format('woff2');
	font-weight: 400 700;
	font-stretch: 75% 100%;
	font-style: italic;
	font-display: swap;
}
