/*
 * Self-hosted Roboto (variable font, Latin subset, ~43KB) - no Google
 * Fonts CDN request. One physical file serves every weight; each
 * @font-face block below just tells the browser which weight range to
 * pull from it, same technique Google's own CSS uses for variable fonts.
 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/roboto-var.woff2') format('woff2-variations'), url('../fonts/roboto-var.woff2') format('woff2');
}
