/*
 * Self-hosted Google Sans (OFL-licensed).
 *
 * Weights 400 (Regular) and 700 (Bold) only, per spec. Files are served
 * from the theme's own assets/fonts/ directory — never the Google Fonts
 * CDN. The stylist references this family via a token in tokens.css.
 */

@font-face {
	font-family: 'Google Sans';
	src: url('../fonts/GoogleSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Google Sans';
	src: url('../fonts/GoogleSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
