/**
 * Candela — self-hosted typefaces.
 *
 * Instrument Serif carries the display voice: its extreme thick/thin contrast
 * is literally a drawing of light and shadow, which is the practice's subject.
 * Jost handles UI and body — a geometric grotesk with an architectural, drawing-
 * board lineage. Martian Mono appears ONLY inside the lighting-plot annotation
 * layer (dimension labels, fixture codes, legends), the same way a real
 * technical drawing uses a single dedicated annotation face.
 *
 * All three are SIL Open Font License 1.1. See CREDITS.txt.
 */

@font-face {
	font-family: 'Instrument Serif';
	src: url( '../fonts/instrumentserif-400.woff2' ) format( 'woff2' );
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Instrument Serif';
	src: url( '../fonts/instrumentserif-400i.woff2' ) format( 'woff2' );
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url( '../fonts/jost-var.woff2' ) format( 'woff2-variations' );
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Martian Mono';
	src: url( '../fonts/martianmono-400.woff2' ) format( 'woff2' );
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Martian Mono';
	src: url( '../fonts/martianmono-600.woff2' ) format( 'woff2' );
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
