/* Droid Sans, self-hosted, replacing the third-party Google Fonts request
   (no external connection, no privacy/GDPR concern, faster first paint).
   Droid Sans is licensed under the Apache License 2.0 — see fonts/LICENSE.txt.
   Only the Latin subset is shipped (the site is English). */

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/blog_images/fonts/droid-sans-400.woff2) format('woff2');
}

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/blog_images/fonts/droid-sans-700.woff2) format('woff2');
}
