/* -----------------------------------------------------------------------------
 * Boson Group — Roboto, self-hosted.
 *
 * The design system §5 requires Roboto with an Arial fallback, delivered
 * "through a controlled, performance-conscious font delivery method".
 *
 * It was briefly loaded from Google's CDN. Two independent arguments moved it
 * here, and they agree:
 *
 * PERFORMANCE. Measured by performance-engineer with Playwright: the
 * render-blocking googleapis stylesheet plus the gstatic font fetch accounted
 * for roughly 670–900ms of LCP and about 108KB on every page load. Blocking the
 * request and re-measuring dropped LCP to 172–220ms.
 *
 * PRIVACY. On a site whose entire proposition is that a founder can open a
 * confidential conversation, sending every visitor's IP to a third party on
 * every page view is the wrong default — and the privacy notice is still
 * unowned (E6). Self-hosting removes the third-party request completely.
 *
 * Variable font, two subsets, covering weights 400, 500 and 700 in 72KB total.
 * font-display: swap so text paints immediately in Arial and reflows once.
 * -------------------------------------------------------------------------- */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url( '../fonts/roboto-latin-ext.woff2' ) format( 'woff2' );
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

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

/* -----------------------------------------------------------------------------
 * Archivo, self-hosted — the typeface of the approved design direction.
 *
 * PRODUCT.md records that typography is no longer restricted to Roboto (opened
 * by Arslan, 19 August 2026), and the selected direction uses Archivo for both
 * headings and prose. It carries a width axis, which the design depends on: all
 * labels and headings render at 80% width and prose at 100%, so one variable
 * file replaces what would otherwise be two families.
 *
 * Roboto above is kept, not orphaned: the `.bsn-*` components — the enquiry
 * form and the escalation flag — are still typeset in it, and they are the parts
 * with server-side behaviour that has been tested. Dropping the family would
 * restyle a working form for no reason.
 *
 * Same delivery reasoning as Roboto: self-hosted, two subsets, font-display
 * swap. Retrieved 19 Aug 2026 from fonts.gstatic.com under the SIL Open Font
 * Licence 1.1 — see design/assets/PROVENANCE.md.
 * -------------------------------------------------------------------------- */

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 75% 100%;
	font-display: swap;
	src: url( '../fonts/archivo-latin-ext.woff2' ) format( 'woff2' );
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 75% 100%;
	font-display: swap;
	src: url( '../fonts/archivo-latin.woff2' ) format( 'woff2' );
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
