/* Google Sans. Generated — see README.md in this directory. */

@font-face declarations.
 *
 * Byte-for-byte the CSS that fonts.wize.chat serves, with one change: `src`
 * points at fonts.wize.chat instead of fonts.sparkchat.app. The remote CSS
 * still names the retired sparkchat brand (see #3821); the TTFs are identical
 * on both hosts (md5-verified), so nothing about the rendering changes.
 *
 * Declaring it here instead of linking the remote stylesheet makes the host a
 * grep-able, reviewable, versioned string. The previous arrangement hid it in
 * a file no guard in this repo could see.
 *
 * The font FILES stay on fonts.wize.chat — Google Sans is proprietary, so
 * vendoring 5.8 MB of TTF into git and every Docker image is a separate call.
 * Those cross-origin fetches rely on the ACAO headers injected by
 * `workers/fonts-cors-proxy`; that worker's fonts.wize.chat route is what
 * keeps this working.
 *
 * No 600 face exists upstream (404 on both hosts) even though
 * APP_FONT_STRONG_WEIGHT is 600 — the browser synthesizes it, as it always has.
 * Do not add one.
 */
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.wize.chat/google-sans/v67/google-sans-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.wize.chat/google-sans/v67/google-sans-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.wize.chat/google-sans/v67/google-sans-700.ttf') format('truetype');
}
