/**
 * DM Serif Display — article drop cap (.art-body ::first-letter) only.
 * Glyph-subset to A-Z a-z 0-9, mirroring the &text= subset this used to request
 * from Google. Anything outside that range falls back to Georgia, as before.
 */
@font-face {
	font-family: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/dm-serif-display-dropcap.woff2') format('woff2');
	unicode-range: U+30-39, U+41-5A, U+61-7A;
}
