/*
 * Cartouche — self-hosted fonts (no external CDN <link>).
 *
 * Cinzel — variable weight 400-900, Roman-inscription/engraved-capital
 * letterform, the closest real Google Fonts family to genuine 18th/19th
 * century copperplate map-title engraving. Verified zero-collision against
 * every sibling theme's assets/fonts/ directory in this catalogue before
 * selection (Cormorant Garamond, EB Garamond and Playfair Display are all
 * already in use elsewhere — see ember/calibre, coteau, and weir).
 *
 * PT Mono — a real, unadorned technical/typewriter monospace (ParaType),
 * used here for coordinate readouts, grid references, and scale-bar UI
 * chrome, echoing genuine map-margin typography. Ships Regular (400) only
 * in Google Fonts (no true bold cut) — emphasis in this theme is carried by
 * letter-spacing, size, and color rather than a synthetic faux-bold.
 *
 * @package Cartouche
 */

@font-face {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/cinzel-var.woff2') format('woff2-variations'), url('../fonts/cinzel-var.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/ptmono-400.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
