/* =============================================================
   agenti-ai child — fonts.css
   -------------------------------------------------------------
   Self-hosted webfonts. Sostituisce l'enqueue da fonts.googleapis.com.
   Tutti i file sono in /assets/fonts/ (subset: latin + latin-ext, woff2).
   Versione font:
     Inter v20 · Instrument Serif v5 · JetBrains Mono v24
   Tutte le @font-face usano font-display: swap per evitare FOIT.
   ============================================================= */

/* -------------------------------------------------------------
   Inter  —  300 / 400 / 500 / 600 / 700
   ------------------------------------------------------------- */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Inter-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Inter-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Inter-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Inter-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Inter-700.woff2') format('woff2');
}

/* -------------------------------------------------------------
   Instrument Serif  —  400 regular + 400 italic
   ------------------------------------------------------------- */
@font-face {
	font-family: 'Instrument Serif';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/InstrumentSerif-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Instrument Serif';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/InstrumentSerif-400-italic.woff2') format('woff2');
}

/* -------------------------------------------------------------
   JetBrains Mono  —  400 / 500
   ------------------------------------------------------------- */
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/JetBrainsMono-400.woff2') format('woff2');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/JetBrainsMono-500.woff2') format('woff2');
}
