/* Lato Font - Local Font Files
 * Optimized for performance - self-hosted instead of Google Fonts
 * Includes weights: 400 (regular), 700 (bold), 900 (black)
 */

/* Lato Regular (400) */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap; /* Prevents FOIT (Flash of Invisible Text) */
	src: url('/fonts/Lato/regular.woff2') format('woff2'),
		 url('/fonts/Lato/regular.woff') format('woff');
}

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

/* Lato Black (900) */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/fonts/Lato/900.woff2') format('woff2');
	/* Only woff2 format - supported by all modern browsers (2016+) */
}
