/*
 * Self-hosted. No Google Fonts request at runtime — see CREDITS.txt and
 * assets/fonts/OFL.txt for the licence text and per-family attribution.
 *
 * Archivo carries display, UI chrome and body copy: a grotesk with real
 * weight range from 400 (body) to 900 (the big stock/tolerance numbers).
 * JetBrains Mono carries everything that is, in a real shop, typed rather
 * than set — part numbers, G-code, tolerances, feed rates, the route-sheet
 * table. Two families, doing two distinct jobs, per the catalogue's own
 * "at most two font families" rule.
 */

@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
