/* The two faces the brand uses, self-hosted.
 *
 * Shared by every app: apps/agog links it, apps/pondering links it. It lives in
 * brand/ beside tokens.css for the same reason — one file, several consumers,
 * no copies. Both are served at /brand/* from a single read-only mount, so the
 * paths below resolve identically from any page on the origin.
 *
 * No CDN and no third-party request, which is the rule the whole set holds to.
 */

@font-face {
  font-family: 'Instrument Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url('/brand/fonts/instrument-sans-latin-wght.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/brand/fonts/manrope-latin-wght.woff2') format('woff2-variations');
}
