/* Heuristic — fuentes de marca. Licencias comerciales aportadas por el cliente. */

@font-face {
	font-family: 'Aeonik';
	src: url('fonts/Aeonik-Light.woff2') format('woff2'),
		url('fonts/Aeonik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik';
	src: url('fonts/Aeonik-Medium.woff2') format('woff2'),
		url('fonts/Aeonik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Akkurat Mono';
	src: url('fonts/AkkuratMono-Regular.woff2') format('woff2'),
		url('fonts/AkkuratMono-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NB Architekt Std Neue';
	src: url('fonts/NBArchitektStdNeue-Regular.woff2') format('woff2'),
		url('fonts/NBArchitektStdNeue-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NB Architekt Std Neue';
	src: url('fonts/NBArchitektStdNeue-Bold.woff2') format('woff2'),
		url('fonts/NBArchitektStdNeue-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
