/*
 * Instrument Sans, subset for Stringline.
 *
 * One file, not the usual latin + latin-ext pair. Google slices this font so that macrons live
 * only in latin-ext: the latin slice carries 208 glyphs and none of Ā ā Ē ē Ī ī Ō ō Ū ū. Self-host
 * only the latin slice - the common shortcut - and "Ōtaki" renders its Ō from a system fallback
 * and "taki" from Instrument Sans, swapping typeface mid-word on customer names and suburbs.
 *
 * So this is a custom subset built from the upstream variable font: Basic Latin, Latin-1, the ten
 * Maori macrons, typographic punctuation and currency. 37.7 KB in a single request, against the
 * 133 KB (48 + 85) that Inter needed to cover the same text.
 *
 * The width axis is pinned to 100; weight stays variable across 400-700, which is every weight
 * Filament asks for. To grow the character set, re-subset the upstream variable font with
 * fonttools: pin wdth=100 via varLib.instancer, then pyftsubset the unicode ranges below plus
 * whatever is being added, keeping the kern, liga, calt, tnum and mark features.
 *
 * Licensed under the SIL Open Font License 1.1 - see OFL.txt in this directory. The upstream
 * copyright declares no Reserved Font Name, so the subset keeps the original family name.
 */

@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('./instrument-sans-nz.woff2') format('woff2-variations');
}
