/* ============================================================
   GMAIA — Fonts (Geist + Geist Mono)
   Source : CHARTES_GRAPHIQUES/GMAIA Design System (v1.0 — avril 2026)
   Chargé depuis /fonts/ (Express sert public/ comme racine statique)
   Story 2 — Installation fonts + tokens (sans branchement)
   ============================================================ */

/* ── Geist (sans-serif, display + body) ─────────────────────── */

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('/fonts/Geist-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('/fonts/Geist-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/Geist-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/Geist-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/Geist-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/Geist-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/Geist-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('/fonts/Geist-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/fonts/Geist-Black.ttf') format('truetype');
}

/* ── Geist Mono (monospace, IDs / eyebrows / timestamps) ────── */

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('/fonts/GeistMono-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('/fonts/GeistMono-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/GeistMono-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/GeistMono-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/GeistMono-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/GeistMono-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/GeistMono-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('/fonts/GeistMono-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/fonts/GeistMono-Black.ttf') format('truetype');
}
