/*! KZMentor — fuentes auto-alojadas (variable fonts, latin subset). */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url('../fonts/inter.woff2') format('woff2') tech('variations'),
		 url('../fonts/inter.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 200 800;
	src: url('../fonts/plus-jakarta-sans.woff2') format('woff2') tech('variations'),
		 url('../fonts/plus-jakarta-sans.woff2') format('woff2');
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-display: swap;
	font-weight: 300 700;
	src: url('../fonts/space-grotesk.woff2') format('woff2') tech('variations'),
		 url('../fonts/space-grotesk.woff2') format('woff2');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-display: swap;
	font-weight: 200 800;
	src: url('../fonts/manrope.woff2') format('woff2') tech('variations'),
		 url('../fonts/manrope.woff2') format('woff2');
}

@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url('../fonts/fraunces.woff2') format('woff2') tech('variations'),
		 url('../fonts/fraunces.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 100 1000;
	src: url('../fonts/dm-sans.woff2') format('woff2') tech('variations'),
		 url('../fonts/dm-sans.woff2') format('woff2');
}

/* DM Serif Display — single weight 400, no variable */
@font-face {
	font-family: 'DM Serif Display';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url('../fonts/dm-serif-display.woff2') format('woff2');
}
