/*
 * AX Plugins — self-hosted faces. No request is ever made to fonts.googleapis.com:
 * the privacy page states that no third-party request is made, so it has to stay
 * literally true.
 *
 * Two faces per family is not redundant. Google's standard latin subset includes
 * U+2191 and U+2193 but NOT U+2192, and "→" sits in the middle of a product name.
 * The *-arrow.woff2 files are ~1 KB subsets scoped by unicode-range: U+2192,
 * fetched from css2's text= endpoint so the variable weight axis survives. Without
 * them the arrow falls back to a system face mid-heading at the wrong weight.
 *
 * To refresh a font, refetch the latin subset AND the arrow subset for that family.
 * Both OFL licences sit beside these files because the licence requires they travel
 * with them.
 */
@font-face{font-family:'Archivo';font-style:normal;font-weight:500 900;font-display:swap;src:url(archivo-latin.woff2) format('woff2');}
@font-face{font-family:'Archivo';font-style:normal;font-weight:500 900;font-display:swap;src:url(archivo-arrow.woff2) format('woff2');unicode-range:U+2192;}
@font-face{font-family:'Instrument Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url(instrument-sans-latin.woff2) format('woff2');}
@font-face{font-family:'Instrument Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url(instrument-sans-arrow.woff2) format('woff2');unicode-range:U+2192;}
